isToncoins property
bool
get
isToncoins
Returns true if the currency is toncoins (TON).
Implementation
bool get isToncoins => currency == 'TON';
Returns true if the currency is toncoins (TON).
bool get isToncoins => currency == 'TON';