SubAccountsEntity class
- Implementers
Constructors
- SubAccountsEntity.new({BalanceEntity? balance, String? accountType, String? walletType, String? status, String? id, String? name, String? symbol, String? decimals, AccountEntity? account, String? contractAddress, String? logo, String? userId, String? appId, String? network, String? ownerId, String? parentWallet, num? v})
Properties
- account → AccountEntity?
-
final
- accountType → String?
-
final
- appId → String?
-
final
- balance → BalanceEntity?
-
final
- contractAddress → String?
-
final
- decimals → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- logo → String?
-
final
- name → String?
-
final
- network → String?
-
final
- ownerId → String?
-
final
- parentWallet → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- symbol → String?
-
final
- userId → String?
-
final
- v → num?
-
final
- walletType → String?
-
final
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