handle property
WindowHandle
get
handle
Implementation
WindowHandle get handle {
var currentState = _key.currentState;
assert(currentState != null, 'Window is not mounted');
return currentState!;
}