CalendarValue<InnerType> constructor

const CalendarValue<InnerType>(
  1. InnerType value,
  2. ValueType type
)

Implementation

const CalendarValue(this.value, this.type);