contentDocument property

Document? get contentDocument

Retrieves the document object of the page or frame.

Implementation

_i3.Document? get contentDocument => _i4.getProperty(
      this,
      'contentDocument',
    );