MmUser constructor
MmUser({
- String? id,
- int? createAt,
- int? updateAt,
- int? deleteAt,
- String? username,
- String? firstName,
- String? lastName,
- String? nickname,
- String? email,
- bool? emailVerified,
- String? authService,
- String? roles,
- String? locale,
- MmUserNotifyProps? notifyProps,
- Map? props,
- int? lastPasswordUpdate,
- int? lastPictureUpdate,
- int? failedAttempts,
- bool? mfaActive,
- MmTimezone? timezone,
- String? termsOfServiceId,
- int? termsOfServiceCreateAt,
Returns a new MmUser instance.
Implementation
MmUser({
this.id,
this.createAt,
this.updateAt,
this.deleteAt,
this.username,
this.firstName,
this.lastName,
this.nickname,
this.email,
this.emailVerified,
this.authService,
this.roles,
this.locale,
this.notifyProps,
this.props,
this.lastPasswordUpdate,
this.lastPictureUpdate,
this.failedAttempts,
this.mfaActive,
this.timezone,
this.termsOfServiceId,
this.termsOfServiceCreateAt,
});