CalendarProperty<ValueType extends CalendarValue> constructor

const CalendarProperty<ValueType extends CalendarValue>(
  1. String propertyName,
  2. ValueType value
)

Implementation

const CalendarProperty(this.propertyName, this.value);