ClientSimpleAuthenticationData constructor
ClientSimpleAuthenticationData({
- String? email,
- String? phone,
- String? customId,
- String? uuid,
- String? firstName,
- String? lastName,
- String? displayName,
- ClientSex? sex,
- String? birthDate,
- String? avatarUrl,
- String? company,
- String? address,
- String? city,
- String? province,
- String? zipCode,
- String? countryCode,
- ClientAgreements? agreements,
- Map<
String, Object> ? attributes,
Implementation
ClientSimpleAuthenticationData({
this.email,
this.phone,
this.customId,
this.uuid,
this.firstName,
this.lastName,
this.displayName,
this.sex,
this.birthDate,
this.avatarUrl,
this.company,
this.address,
this.city,
this.province,
this.zipCode,
this.countryCode,
this.agreements,
this.attributes,
});