contentWindow property - ObjectElement class - dart:html library (original) (raw)

description

WindowBase? getcontentWindow

Implementation

WindowBase? get contentWindow =>
    _convertNativeToDart_Window(this._get_contentWindow);