isCard property
bool
get
isCard
Implementation
bool get isCard =>
transactionType == 'Purchase' || transactionType == 'Authorize';
bool get isCard =>
transactionType == 'Purchase' || transactionType == 'Authorize';