valueSchema property
- @JsonKey(name: 'additionalProperties', toJson: _toMapProps, fromJson: _fromMapProps)
Implementation
@JsonKey(
name: 'additionalProperties',
toJson: _toMapProps,
fromJson: _fromMapProps)
Schema? get valueSchema;
@JsonKey(
name: 'additionalProperties',
toJson: _toMapProps,
fromJson: _fromMapProps)
Schema? get valueSchema;