BuildException constructor

BuildException(
  1. String message, {
  2. String? fix,
})

Implementation

BuildException(this.message, {this.fix});