contentWindow property Null safety

WindowBase? contentWindow

Implementation

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