TokenBalanceData constructor
TokenBalanceData({
- String? id,
- String? name,
- String? tokenNameId,
- String? symbol,
- String type = 'Token',
- Map? currencyId,
- Map? src,
- String? minBalance,
- String? fullName,
- int? decimals,
- String? amount,
- String? locked,
- String? reserved,
- String? detailPageRoute,
- double? price,
- double? getPrice()?,
- String priceCurrency = 'USD',
- double priceRate = 1.0,
Implementation
TokenBalanceData(
{this.id,
this.name,
this.tokenNameId,
this.symbol,
this.type = 'Token',
this.currencyId,
this.src,
this.minBalance,
this.fullName,
this.decimals,
this.amount,
this.locked,
this.reserved,
this.detailPageRoute,
this.price,
this.getPrice,
this.priceCurrency = 'USD',
this.priceRate = 1.0});