v1RevertChainEntry constructor
const
v1RevertChainEntry({
- String? address,
- String? errorType,
- String? displayMessage,
- v1UnknownRevertError? unknown,
- v1NativeRevertError? native,
- v1CustomRevertError? custom,
Implementation
const v1RevertChainEntry({
this.address,
this.errorType,
this.displayMessage,
this.unknown,
this.native,
this.custom,
});