DartCompiler constructor

DartCompiler(
  1. Program program, {
  2. bool noFormat = false,
})

Implementation

DartCompiler(this.program, {this.noFormat = false}) {
  _buildLookupTables();
}