isPending property
bool
get
isPending
Check if transaction is pending
Implementation
bool get isPending => status == 'pending';
Check if transaction is pending
bool get isPending => status == 'pending';