SchemaGeneratorOptions constructor

const SchemaGeneratorOptions({
  1. bool singleFile = false,
  2. String? onSchemaName(
    1. String
    )?,
  3. String onSchemaUnionName(
    1. String,
    2. List<String>
    )?,
  4. String? onSchemaUnionKey(
    1. String,
    2. List<String>
    )?,
  5. String onSchemaPropertyName(
    1. String
    )?,
})

Implementation

const SchemaGeneratorOptions({
  this.singleFile = false,
  this.onSchemaName,
  this.onSchemaUnionName,
  this.onSchemaUnionKey,
  this.onSchemaPropertyName,
}) : super(enabled: true);