isSoftPOS property

bool get isSoftPOS

Returns true if this is a SoftPOS transaction type.

Implementation

bool get isSoftPOS => transactionType.isSoftPOS;