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