toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "versioKey": versioKey,
      "forceUpdate": forceUpdate,
      "title": title,
      "submitButton": submitButton,
      "ignoreButton": ignoreButton,
      "image": image,
      "desc": desc,
      "iosClick": iosClick,
      "andriodClick": andriodClick,
      "andriod": andriod,
      "ios": ios,
    };