FCalendarController<T> constructor

FCalendarController<T>(
  1. T _value
)

Creates a FCalendarController with the given initial value.

Implementation

FCalendarController(super._value);