CompilerConfig constructor

CompilerConfig({
  1. bool compileWithoutLineInfo = false,
  2. bool ignoreAssertionStatement = false,
})

Implementation

CompilerConfig({
  this.compileWithoutLineInfo = false,
  this.ignoreAssertionStatement = false,
});