window property - Window class - dart:html library (original) (raw)
WindowBase? getwindow
The current window.
Other resources
- Window.windowfrom MDN.
Implementation
WindowBase? get window => _convertNativeToDart_Window(this._get_window);
WindowBase? getwindow
The current window.
WindowBase? get window => _convertNativeToDart_Window(this._get_window);