TypedListValueType<J, D> constructor

const TypedListValueType<J, D>(
  1. ValueType elementValueType, {
  2. required bool optional,
})

Implementation

const TypedListValueType(
  this.elementValueType, {
  required super.optional,
});