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