AccountMetadataDoc class

Constructors

AccountMetadataDoc(AccountMetadata model)
AccountMetadataDoc.fromJson(Map<String, dynamic> json)
factory
AccountMetadataDoc.fromModel(AccountMetadata model, IndexedAccount indexedAccount)
factory

Properties

balance int
no setter
balanceLimit int
no setter
decimalPlaces int?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
instrument String?
no setter
issuedBalance int
no setter
model AccountMetadata
no setterinherited
name String
no setter
owner String
no setter
profileImageUrl String
no setter
publicName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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