UAEPASSUserProfile constructor

UAEPASSUserProfile({
  1. String? sub,
  2. String? fullNameAR,
  3. String? gender,
  4. String? mobile,
  5. String? lastnameEN,
  6. String? fullNameEN,
  7. String? uuid,
  8. String? lastnameAR,
  9. String? idn,
  10. String? nationalityEN,
  11. String? firstnameEN,
  12. String? userType,
  13. String? nationalityAR,
  14. String? firstnameAR,
  15. String? email,
})

Implementation

UAEPASSUserProfile(
    {this.sub,
    this.fullNameAR,
    this.gender,
    this.mobile,
    this.lastnameEN,
    this.fullNameEN,
    this.uuid,
    this.lastnameAR,
    this.idn,
    this.nationalityEN,
    this.firstnameEN,
    this.userType,
    this.nationalityAR,
    this.firstnameAR,
    this.email});