unsafeLocation property
JSAny?
get
unsafeLocation
The unsafe location 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 unsafeLocation => _location.any;