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