TypedJsonMapValueType<K, J, D> constructor
Null safety
Implementation
const TypedJsonMapValueType({
required this.keyValueType,
required this.valueValueType,
required super.optional,
super.defaultValue,
});