control property
HTMLElement?
get
control
Returns the form control that is associated with this element.
Implementation
_i3.HTMLElement? get control => _i4.getProperty(
this,
'control',
);