SchemaPlanCompiler constructor

SchemaPlanCompiler(
  1. SchemaDialect dialect, {
  2. List<SchemaMutationHook>? hooks,
})

Implementation

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