CalendarProperty<ValueType extends CalendarValue> constructor
const
CalendarProperty<ValueType extends CalendarValue> (
- String propertyName,
- ValueType value
Implementation
const CalendarProperty(this.propertyName, this.value);