window property

WindowBase window
@DocsEditable(), @DomName('Window.window')

The current window.

Other resources

Window.window from MDN.

Implementation

@DomName('Window.window')
@DocsEditable()
WindowBase get window => _convertNativeToDart_Window(this._get_window);