BuildException constructor

const BuildException(
  1. String message, {
  2. StackTrace? trace,
})

Implementation

const BuildException(this.message, {this.trace});