SchemaMap constructor
const
SchemaMap({})
Implementation
const factory SchemaMap(
{final Xml? xml,
final String? title,
final String? description,
@JsonKey(name: 'default') final Map<dynamic, dynamic>? defaultValue,
final bool? nullable,
final Map<dynamic, dynamic>? example,
@JsonKey(
name: 'additionalProperties',
toJson: _toMapProps,
fromJson: _fromMapProps)
final Schema? valueSchema,
@JsonKey(name: '\$ref') @_SchemaRefConverter() final String? ref}) =
_$SchemaMapImpl;