window property
UIWindow?
get
window
window
Implementation
UIWindow? get window {
objc.checkOsVersionInternal('UIView.window', iOS: (false, (2, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_window);
return _ret.address == 0 ? null : UIWindow.castFromPointer(_ret, retain: true, release: true);
}