window property - Document class - dart:html library (original) (raw)

description

WindowBase? getwindow

Implementation

WindowBase? get window => _convertNativeToDart_Window(this._get_window);