v1RevertChainEntry constructor

const v1RevertChainEntry({
  1. String? address,
  2. String? errorType,
  3. String? displayMessage,
  4. v1UnknownRevertError? unknown,
  5. v1NativeRevertError? native,
  6. v1CustomRevertError? custom,
})

Implementation

const v1RevertChainEntry({
   this.address,
   this.errorType,
   this.displayMessage,
   this.unknown,
   this.native,
   this.custom,
});