form property

Retrieves a reference to the form that the object is embedded in.

MDN Reference

Implementation

_i3.HTMLFormElement? get form => _i4.getProperty(
      this,
      'form',
    );