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