GeneratorOptions constructor
const
GeneratorOptions({
- required GeneratorConfig generator,
- required Iterable<
GeneratorConfig> otherGenerators, - required String schemaPath,
- required String schema,
- required DMMF dmmf,
- required Iterable<
Datasource> datasources, - required String version,
- required BinaryPaths binaryPaths,
- bool postinstall = false,
- bool noEngine = false,
Implementation
const GeneratorOptions({
required this.generator,
required this.otherGenerators,
required this.schemaPath,
required this.schema,
required this.dmmf,
required this.datasources,
required this.version,
required this.binaryPaths,
this.postinstall = false,
this.noEngine = false,
});