control property
FormControl<FacilityModel> ?
get
control
inherited
Gets the control bind to this value accessor.
Implementation
FormControl<ModelDataType>? get control => _control;
Gets the control bind to this value accessor.
FormControl<ModelDataType>? get control => _control;