InlineSchemaOptions constructor

const InlineSchemaOptions({
  1. String? arrayItemSuffix,
  2. String? mapItemSuffix,
  3. bool skipSchemaReuse = true,
  4. bool refactorAllofInlineSchemas = true,
  5. bool resolveInlineEnums = true,
})

Implementation

const InlineSchemaOptions(
    {this.arrayItemSuffix,
    this.mapItemSuffix,
    this.skipSchemaReuse = true,
    this.refactorAllofInlineSchemas = true,
    this.resolveInlineEnums = true});