User class
User represents a user connected to the service providers through a AccountConnector.
Constructors
Properties
- createTime ↔ String?
-
The timestamp when the user was created.
getter/setter pair
- displayName ↔ String?
-
Developer Connect automatically converts user identity to some human
readable description, e.g., email address.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastTokenRequestTime ↔ String?
-
The timestamp when the token was last requested.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited