window top-level property

Window window
final

The global window object.

On browser: wraps the real window. On server: a no-op implementation with Dart-native fallbacks.

Implementation

final w.Window window = impl.createWindow();