unsafeWindow property

JSAny? get unsafeWindow

The unsafe window value that this wrapper wraps that should only ever be typed as JSAny?.

Note

This is only intended to be passed to an interop member that expects a JSAny?. Safety for any other operations is not guaranteed.

Implementation

JSAny? get unsafeWindow => _window.any;