canceled property

bool canceled

Implementation

bool get canceled =>
    status == TransactionStatus.canceled || status == TransactionStatus.none;