activeWindow property

GuiMainWindow? get activeWindow

Implementation

GuiMainWindow? get activeWindow {
  final windowObj = obj.activeWindow;
  return windowObj != null ? GuiMainWindow(windowObj) : null;
}