control property

FormControl<ModelDataType>? control

Gets the control bind to this value accessor.

Implementation

FormControl<ModelDataType>? get control => _control;