BalanceInfo class

Annotations
  • @freezed

Constructors

BalanceInfo({required TokenInfo tokenInfo, required BigInt balance, @JsonKey(fromJson: JsonHelper.intFromString, toJson: JsonHelper.stringFromInt) @Default(0) int transactionCount})
factory
BalanceInfo.fromJson(Map<String, dynamic> json)
factory

Properties

balance BigInt
no setterinherited
copyWith → $BalanceInfoCopyWith<BalanceInfo>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenInfo TokenInfo
no setterinherited
transactionCount int
no setterinherited
value → Decimal
latefinal

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited