error property
Tells which error has verified if the sending was not successful. Please note that this field is going to be:
null
if success istrue
.- a valid TransactionError if success is
false
Implementation
final TransactionError? error;
Tells which error has verified if the sending was not successful. Please note that this field is going to be:
null
if success is true
.false
final TransactionError? error;