elements property
HTMLCollection
get
elements
Returns an HTMLCollection of the form controls in the element.
Implementation
_i3.HTMLCollection get elements => _i4.getProperty(
this,
'elements',
);