Account class

Representation of an account.

Constructors

Account({String? createTime, String? displayName, String? name, List<String>? pendingTasks, bool? premium, String? state, TimeZone? timeZone})
Account.fromJson(Map json_)

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
premium bool?
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