UserInfo class

Constructors

UserInfo.fromJSON(dynamic json)

Properties

address → UserInfoAddress?
final
birthdate String?
final
canReauthenticate bool
final
customAttributes Map<String, dynamic>
final
email String?
final
emailVerified bool?
final
familyName String?
final
gender String?
final
givenName String?
final
hashCode int
The hash code for this object.
no setterinherited
isAnonymous bool
final
isVerified bool
final
locale String?
final
middleName String?
final
name String?
final
nickname String?
final
phoneNumber String?
final
phoneNumberVerified bool?
final
picture String?
final
preferredUsername String?
final
profile String?
final
raw Map<String, dynamic>
final
roles List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub String
final
website String?
final
zoneinfo String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited