TypedJsonObjectValueType<J, D> constructor

const TypedJsonObjectValueType<J, D>(
  1. Map<String, ValueType<J, D>> fieldValueTypes, {
  2. required bool optional,
})

Implementation

const TypedJsonObjectValueType(
  this.fieldValueTypes, {
  required super.optional,
});