AuthAccount constructor

AuthAccount({
  1. String? ageRange,
  2. String? email,
  3. String? countryCode,
  4. String? serviceCountryCode,
  5. String? serverAuthCode,
  6. String? uid,
  7. int? status,
  8. String? accessToken,
  9. String? displayName,
  10. String? unionId,
  11. String? idToken,
  12. String? openId,
  13. String? familyName,
  14. int? accountFlag,
  15. int? expirationTimeSecs,
  16. int? gender,
  17. String? givenName,
  18. int? homeZone,
  19. String? photoUriString,
})

Implementation

AuthAccount({
  this.ageRange,
  this.email,
  this.countryCode,
  this.serviceCountryCode,
  this.serverAuthCode,
  this.uid,
  this.status,
  this.accessToken,
  this.displayName,
  this.unionId,
  this.idToken,
  this.openId,
  this.familyName,
  this.accountFlag,
  this.expirationTimeSecs,
  this.gender,
  this.givenName,
  this.homeZone,
  this.photoUriString,
});