NestedObjectValueTypeEntry<J, D> constructor Null safety

const NestedObjectValueTypeEntry<J, D>(
  1. {required String name,
  2. required NestedObjectValueTypeParentCategory parentCategory,
  3. required TypedJsonObjectValueType<J, D> valueType}
)

Implementation

const NestedObjectValueTypeEntry({
  required this.name,
  required this.parentCategory,
  required this.valueType,
});