TypedJsonObjectValueType<J, D> constructor
Null safety
Implementation
const TypedJsonObjectValueType({
required this.fieldValueTypes,
required super.optional,
super.defaultValue,
});
const TypedJsonObjectValueType({
required this.fieldValueTypes,
required super.optional,
super.defaultValue,
});