self property - Window class - dart:html library (original) (raw)

description

WindowBase? getself

The current window.

Other resources

Implementation

WindowBase? get self => _convertNativeToDart_Window(this._get_self);