TokenBalanceData class

Constructors

TokenBalanceData({String? id, String? name, String? symbol, int? decimals, String? amount, String? locked, String? reserved, String? detailPageRoute, double? price})

Properties

amount String?
getter/setter pair
decimals int?
final
detailPageRoute String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
final
locked String?
final
name String?
final
price double?
final
reserved String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol 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