isSuccessful property
bool
get
isSuccessful
Whether this transaction was successful.
Implementation
bool get isSuccessful => status == 'success';
Whether this transaction was successful.
bool get isSuccessful => status == 'success';