defaultView property

_Intersection1? get defaultView

Returns the Window object of the active document.

MDN Reference

Implementation

_Intersection1? get defaultView => _i4.getProperty(
      this,
      'defaultView',
    );