toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "title": title,
      "message": message,
      "type": type,
      "versionCode": versionCode,
      "isHs": isHs,
      "isSmallScreen": isSmallScreen,
    };