JsonSchemaOptions constructor

const JsonSchemaOptions({
  1. bool startObject = true,
  2. bool endObject = true,
  3. bool nullable = false,
  4. bool useRefsForNestedTypes = true,
  5. Map<SchemaType<Object?>, String> externalTypes = const {},
})

Implementation

const JsonSchemaOptions(
    {this.startObject = true,
    this.endObject = true,
    this.nullable = false,
    this.useRefsForNestedTypes = true,
    this.externalTypes = const {}});