CalendarStructuredValuePart<InnerType> constructor

const CalendarStructuredValuePart<InnerType>(
  1. String partName,
  2. InnerType value,
  3. ValueType type
)

Implementation

const CalendarStructuredValuePart(
  this.partName,
  InnerType value,
  ValueType type,
) : super(value, type);