toMap method

Map<String, dynamic> toMap()

Implementation

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