MyBootstrapContractError constructor

MyBootstrapContractError(
  1. String message, {
  2. Object? cause,
  3. StackTrace? causeStackTrace,
})

Implementation

MyBootstrapContractError(
  super.message, {
  this.cause,
  this.causeStackTrace,
});