isCard property

bool get isCard

Implementation

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