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