window property

num get window

Implementation

num get window => _window;
set window (num window)

Implementation

set window(num window) => _window = window;