ViewCompiler constructor

ViewCompiler(
  1. CompilerFlags _genConfig,
  2. ExpressionParser parser,
  3. ElementSchemaRegistry _schemaRegistry
)

Implementation

ViewCompiler(this._genConfig, this.parser, this._schemaRegistry);