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