resultError property Null safety

TransactionStatusError? resultError
read / write

(optional) If the transaction was rejected immediately, this will be an error object.

Implementation

TransactionStatusError? resultError;