User constructor
User({
- String? id,
- String? rev,
- int? deletionDate,
- int? created,
- String? name,
- Set<
Property> properties = const {}, - Set<
String> roles = const {}, - String? login,
- String? passwordHash,
- String? secret,
- bool? use2fa,
- String? groupId,
- String? healthcarePartyId,
- String? patientId,
- String? deviceId,
- Map<
String, Set< autoDelegations = const {},String> > - String? email,
- String? mobilePhone,
- Map<
String, AuthenticationToken> authenticationTokens = const {}, - UserStatus? status,
Returns a new User instance.
Implementation
User(
{this.id,
this.rev,
this.deletionDate,
this.created,
this.name,
this.properties = const {},
this.roles = const {},
this.login,
this.passwordHash,
this.secret,
this.use2fa,
this.groupId,
this.healthcarePartyId,
this.patientId,
this.deviceId,
this.autoDelegations = const {},
this.email,
this.mobilePhone,
this.authenticationTokens = const {},
this.status});