Account class
Representation of an account.
Constructors
Properties
- createTime ↔ String?
-
Creation time of the account.
getter/setter pair
- displayName ↔ String?
-
Display name of this account.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name of the account.
getter/setter pair
-
pendingTasks
↔ List<
String> ? -
Outstanding tasks that need to be completed as part of the sign-up process
for a new account.
getter/setter pair
-
Whether this account is premium.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the account.
getter/setter pair
- timeZone ↔ TimeZone?
-
The account time zone, as used by reporting.
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