PreprocessorOptions constructor

const PreprocessorOptions({
  1. bool verbose = false,
  2. bool checked = false,
  3. bool lessSupport = true,
  4. bool warningsAsErrors = false,
  5. bool throwOnErrors = false,
  6. bool throwOnWarnings = false,
  7. bool useColors = true,
  8. bool polyfill = false,
  9. String? inputFile,
})

Implementation

const PreprocessorOptions({
  this.verbose = false,
  this.checked = false,
  this.lessSupport = true,
  this.warningsAsErrors = false,
  this.throwOnErrors = false,
  this.throwOnWarnings = false,
  this.useColors = true,
  this.polyfill = false,
  this.inputFile,
});