window property
The current window.
Other resources
- Window.window from MDN.
Implementation
WindowBase get window => _convertNativeToDart_Window(this._get_window);
The current window.
WindowBase get window => _convertNativeToDart_Window(this._get_window);