forms property

Retrieves a collection, in source order, of all form objects in the document.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLFormElement> get forms => _i4.getProperty(
      this,
      'forms',
    );