AuthAccount constructor

AuthAccount({
  1. String? accessToken,
  2. Account? account,
  3. int? accountFlag,
  4. String? authorizationCode,
  5. List? authorizedScopes,
  6. String? avatarUri,
  7. String? displayName,
  8. String? email,
  9. String? familyName,
  10. int? gender,
  11. String? givenName,
  12. String? idToken,
  13. String? openId,
  14. String? serviceCountryCode,
  15. String? unionId,
  16. int? carrierId,
})

Implementation

AuthAccount({
  this.accessToken,
  this.account,
  this.accountFlag,
  this.authorizationCode,
  this.authorizedScopes,
  this.avatarUri,
  this.displayName,
  this.email,
  this.familyName,
  this.gender,
  this.givenName,
  this.idToken,
  this.openId,
  this.serviceCountryCode,
  this.unionId,
  this.carrierId,
});