isSoftPOS property
bool
get
isSoftPOS
Returns true if this is a SoftPOS transaction type.
Implementation
bool get isSoftPOS => transactionType.isSoftPOS;
Returns true if this is a SoftPOS transaction type.
bool get isSoftPOS => transactionType.isSoftPOS;