isProcessing property
bool
get
isProcessing
Check if transaction is still processing (prepare or 3ds)
Implementation
bool get isProcessing => status == 'prepare' || status == '3ds';
Check if transaction is still processing (prepare or 3ds)
bool get isProcessing => status == 'prepare' || status == '3ds';