toMap method

Map toMap()

Implementation

Map toMap() => {
      "windowWidth": windowWidth,
      "windowHeight": windowHeight,
      "windowPosX": windowPosX,
      "windowPosY": windowPosY,
      "title": title,
      "titleBarHeight": titleBarHeight,
      "titleBarTopPadding": titleBarTopPadding,
      "userDataFolderWindows": userDataFolderWindows,
      "useWindowPositionAndSize": useWindowPositionAndSize,
      "openMaximized": openMaximized,
    };