isCredit property
bool
get
isCredit
Convenience getter — true if money arrived in the account in this
transaction (i.e. type is UpiTransactionType.credit).
Implementation
bool get isCredit => type == UpiTransactionType.credit;