isPending property

bool get isPending

Check if transaction is pending

Implementation

bool get isPending => status == 'pending';