AdminUserV2EmailDto constructor

const AdminUserV2EmailDto({
  1. String? email,
})

Implementation

const AdminUserV2EmailDto({
  this.email,
});