Userinfo class

Constructors

Userinfo({String? email, String? familyName, String? gender, String? givenName, String? hd, String? id, String? link, String? locale, String? name, String? picture, bool? verifiedEmail})
Userinfo.fromJson(Map json_)

Properties

email String?
The user's email address.
getter/setter pair
familyName String?
The user's last name.
getter/setter pair
gender String?
The user's gender.
getter/setter pair
givenName String?
The user's first name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hd String?
The hosted domain e.g. example.com if the user is Google apps user.
getter/setter pair
id String?
The obfuscated ID of the user.
getter/setter pair
URL of the profile page.
getter/setter pair
locale String?
The user's preferred locale.
getter/setter pair
name String?
The user's full name.
getter/setter pair
picture String?
URL of the user's picture image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verifiedEmail bool?
Boolean flag which is true if the email address is verified.
getter/setter pair

Methods

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

Operators

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