PreprocessorOptions constructor
const
PreprocessorOptions({})
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,
});