SchemaPlanCompiler constructor
SchemaPlanCompiler(
- SchemaDialect dialect, {
- List<
SchemaMutationHook> ? hooks,
Implementation
SchemaPlanCompiler(this.dialect, {List<SchemaMutationHook>? hooks})
: _hooks = hooks ?? const <SchemaMutationHook>[];