forms property
HTMLCollectionOf<HTMLFormElement>
get
forms
Retrieves a collection, in source order, of all form objects in the document.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLFormElement> get forms => _i4.getProperty(
this,
'forms',
);