control property

FormControl<DateTimeRange<DateTime>>? get control
inherited

Gets the control bind to this value accessor.

Implementation

FormControl<ModelDataType>? get control => _control;