App constructor
App({
- String? title,
- String? description,
- String? descriptionHTML,
- String? summary,
- String? installs,
- int? minInstalls,
- double? score,
- int? ratings,
- int? reviews,
- List<
int> ? histogram, - double? price,
- bool? isFree,
- String? currency,
- bool? isSale,
- String? saleTime,
- double? originalPrice,
- String? saleText,
- bool? offersIAP,
- String? inAppProductsPrice,
- String? devoloper,
- String? devoloperId,
- String? devoloperEmail,
- String? devoloperWebsite,
- String? devoloperAddress,
- String? privacyPolicy,
- String? genre,
- String? genreId,
- String? icon,
- String? headerImage,
- List? screenshots,
- String? video,
- String? videoImage,
- String? contentRating,
- String? contentRatingDescription,
- bool? adSupported,
- bool? containsAds,
- String? released,
- String? updated,
- String? version,
- String? recentChanges,
- String? recentChangesHTML,
- List? comments,
- required String appId,
- required String url,
Implementation
App(
{this.title,
this.description,
this.descriptionHTML,
this.summary,
this.installs,
this.minInstalls,
this.score,
this.ratings,
this.reviews,
this.histogram,
this.price,
this.isFree,
this.currency,
this.isSale,
this.saleTime,
this.originalPrice,
this.saleText,
this.offersIAP,
this.inAppProductsPrice,
this.devoloper,
this.devoloperId,
this.devoloperEmail,
this.devoloperWebsite,
this.devoloperAddress,
this.privacyPolicy,
this.genre,
this.genreId,
this.icon,
this.headerImage,
this.screenshots,
this.video,
this.videoImage,
this.contentRating,
this.contentRatingDescription,
this.adSupported,
this.containsAds,
this.released,
this.updated,
this.version,
this.recentChanges,
this.recentChangesHTML,
this.comments,
required this.appId,
required this.url});