toJson method

Map<String, dynamic> toJson()

Implementation

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