Map<String, dynamic> toMap() { return { 'title': title, 'isActive': isActive, 'hWnd': hWnd, 'exePath': exePath, }; }