toJSON method

Map<String, dynamic> toJSON()

Implementation

Map<String, dynamic> toJSON() {
  return {
    'url': url,
    'appId': appId,
    'title': title,
    'summary': summary,
    'description': description,
    'descriptionHTML': descriptionHTML,
    'developer': developer,
    'developerId': developerId,
    'developerInternalId': developerInternalId,
    'developerEmail': developerEmail,
    'developerWebsite': developerWebsite,
    'developerAddress': developerAddress,
    'icon': icon,
    'score': score,
    'scoreText': scoreText,
    'price': price,
    'priceText': priceText,
    'currency': currency,
    'free': free,
    'installs': installs,
    'minInstalls': minInstalls,
    'maxInstalls': maxInstalls,
    'ratings': ratings,
    'reviews': reviews,
    'histogram': histogram,
    'available': available,
    'offersIAP': offersIAP,
    'IAPRange': IAPRange,
    'size': size,
    'androidVersion': androidVersion,
    'androidVersionText': androidVersionText,
    'genre': genre,
    'genreId': genreId,
    'familyGenre': familyGenre,
    'familyGenreId': familyGenreId,
    'headerImage': headerImage,
    'screenshots': screenshots,
    'video': video,
    'videoImage': videoImage,
    'contentRating': contentRating,
    'contentRatingDescription': contentRatingDescription,
    'adSupported': adSupported,
    'released': released,
    'updated': updated,
    'version': version,
    'recentChanges': recentChanges,
    'comments': comments,
    'privacyPolicy': privacyPolicy,
  };
}