SubAccountsModel class
- Inheritance
-
- Object
- SubAccountsEntity
- SubAccountsModel
Constructors
- SubAccountsModel.new({BalanceModel? balance, String? accountType, String? walletType, String? status, String? id, String? name, String? symbol, String? decimals, AccountModel? account, String? contractAddress, String? logo, String? userId, String? appId, String? network, String? ownerId, String? parentWallet, num? v})
- SubAccountsModel.fromJson(String source)
-
factory
-
SubAccountsModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
- account → AccountModel?
-
final
- accountType → String?
-
finalinherited
- appId → String?
-
finalinherited
- balance → BalanceModel?
-
final
- contractAddress → String?
-
finalinherited
- decimals → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
finalinherited
- logo → String?
-
finalinherited
- name → String?
-
finalinherited
- network → String?
-
finalinherited
- ownerId → String?
-
finalinherited
- parentWallet → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
finalinherited
- symbol → String?
-
finalinherited
- userId → String?
-
finalinherited
- v → num?
-
finalinherited
- walletType → String?
-
finalinherited
Methods
-
copyWith(
{BalanceModel? balance, String? accountType, String? walletType, String? status, String? id, String? name, String? symbol, String? decimals, AccountModel? account, String? contractAddress, String? logo, String? userId, String? appId, String? network, String? ownerId, String? parentWallet, num? v}) → SubAccountsModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override