ClientSimpleAuthenticationData constructor

ClientSimpleAuthenticationData({
  1. String? email,
  2. String? phone,
  3. String? customId,
  4. String? uuid,
  5. String? firstName,
  6. String? lastName,
  7. String? displayName,
  8. ClientSex? sex,
  9. String? birthDate,
  10. String? avatarUrl,
  11. String? company,
  12. String? address,
  13. String? city,
  14. String? province,
  15. String? zipCode,
  16. String? countryCode,
  17. ClientAgreements? agreements,
  18. 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,
});