SqlCompiler constructor

SqlCompiler({
  1. required String provider,
  2. String? schemaName,
  3. SchemaRegistry? schema,
})

Implementation

SqlCompiler({
  required this.provider,
  this.schemaName,
  this.schema,
});