form property
HTMLFormElement?
get
form
Retrieves a reference to the form that the object is embedded in.
Implementation
_i3.HTMLFormElement? get form => _i4.getProperty(
this,
'form',
);