Compiler constructor
const
Compiler(
- CompilerFlags _flags,
- Future<
String> _build(- LibraryReader,
- BuildStep,
- CompilerFlags
Create a new Compiler instance that uses the provided flag and builder.
Implementation
const Compiler(this._flags, this._build);