v1TxError constructor

const v1TxError({
  1. String? message,
  2. List<v1RevertChainEntry>? revertChain,
})

Implementation

const v1TxError({
   this.message,
   this.revertChain,
});