valueSchema property

  1. @JsonKey(name: 'additionalProperties', toJson: _toMapProps, fromJson: _fromMapProps)
Schema? get valueSchema

Implementation

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