menu
Dart
dart:html
Window
self property
self
brightness_4
brightness_5
description
self
property
WindowBase
?
self
The current window.
Other resources
Window.self
from MDN.
Implementation
WindowBase? get self => _convertNativeToDart_Window(this._get_self);
Dart
dart:html
Window
self property
Window class