SqlCompiler constructor
SqlCompiler({
- required String provider,
- String? schemaName,
- SchemaRegistry? schema,
- bool? strictModelValidation,
Implementation
SqlCompiler({
required this.provider,
this.schemaName,
this.schema,
bool? strictModelValidation,
}) : _strictModelValidation = strictModelValidation;