defaultView property

Window? get defaultView

In browsers, document.defaultView returns the Window object associated with , or null if none is available.

This property is read-only.

Implementation

external Window? get defaultView;