isStars property
bool
get
isStars
Returns true if the currency is Telegram Stars (XTR).
Implementation
bool get isStars => currency == 'XTR';
Returns true if the currency is Telegram Stars (XTR).
bool get isStars => currency == 'XTR';