Schema.boolean constructor
const
Schema.boolean({})
Implementation
const factory Schema.boolean({
Xml? xml,
String? title,
String? description,
@JsonKey(name: 'default') bool? defaultValue,
bool? nullable,
bool? example,
@JsonKey(name: '\$ref') @_SchemaRefConverter() String? ref,
}) = SchemaBoolean;