isToncoins property

bool get isToncoins

Returns true if the currency is toncoins (TON).

Implementation

bool get isToncoins => currency == 'TON';