CompilerConfig constructor

CompilerConfig({
  1. bool removeLineInfo = false,
  2. bool removeAssertion = false,
  3. bool removeDocumentation = false,
})

Implementation

CompilerConfig({
  this.removeLineInfo = false,
  this.removeAssertion = false,
  this.removeDocumentation = false,
});