AccountData class
Constructors
Properties
- account ↔ String
-
getter/setter pair
- account_id_hex ↔ String
-
getter/setter pair
- create_at_unix ↔ int
-
getter/setter pair
- das_lock_arg_hex ↔ String
-
getter/setter pair
- expired_at_unix ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manager_address ↔ String
-
getter/setter pair
- manager_address_chain ↔ String
-
getter/setter pair
- manager_lock_args_hex ↔ String
-
getter/setter pair
- next_account_id_hex ↔ String
-
getter/setter pair
- owner_address ↔ String
-
getter/setter pair
- owner_address_chain ↔ String
-
getter/setter pair
-
records
↔ List<
Record> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
dynamic model) → String -
override
-
toMap(
dynamic model) → Map -
override
-
toModel(
Map data) → dynamic -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited