AccountAssets class

Inheritance
Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AccountAssets({double? daysAvailable, List<AssetReportTransaction>? transactions, List<Owner>? owners, List<HistoricalBalance>? historicalBalances})
AccountAssets.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
finalinherited
balances AccountBalance?
finalinherited
daysAvailable double?
final
hashCode int
The hash code for this object.
no setterinherited
historicalBalances List<HistoricalBalance>?
final
mask String?
finalinherited
name String?
finalinherited
officialName String?
finalinherited
owners List<Owner>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype AccountSubtype?
finalinherited
transactions List<AssetReportTransaction>?
final
type AccountType?
finalinherited
verificationStatus AccountBaseVerificationStatus?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const AccountAssets Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AccountAssets instance)