isWallet property

bool get isWallet

Implementation

bool get isWallet =>
    transactionType == 'P2BPull' || transactionType == 'P2BPush';