GoogleIdentity class abstract
Encapsulation of the fields that represent a Google user's identity.
- Implementers
Constructors
Properties
- displayName → String?
-
The display name of the signed in user.
no setter
- email → String?
-
The email address of the signed in user.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique ID for the Google account.
no setter
- photoUrl → String?
-
The photo url of the signed in user if the user has a profile picture.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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