MyBootstrapContractError constructor
MyBootstrapContractError(
- String message, {
- Object? cause,
- StackTrace? causeStackTrace,
Implementation
MyBootstrapContractError(
super.message, {
this.cause,
this.causeStackTrace,
});