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