NestedObjectValueTypeEntry<J, D> constructor
Null safety
- {required String name,
- required NestedObjectValueTypeParentCategory parentCategory,
- required TypedJsonObjectValueType<
J, D> valueType}
Implementation
const NestedObjectValueTypeEntry({
required this.name,
required this.parentCategory,
required this.valueType,
});