AppStoreAppDetails constructor
AppStoreAppDetails({
- required num id,
- required String appId,
- required String title,
- required String url,
- required String description,
- required String icon,
- required List<
String> genres, - required List<
String> genreIds, - required String primaryGenre,
- required num primaryGenreId,
- required String contentRating,
- required List<
String> languages, - required String size,
- required String requiredOsVersion,
- required DateTime released,
- required DateTime updated,
- required String releaseNotes,
- required String version,
- required num price,
- required String currency,
- required bool free,
- required num developerId,
- required String developer,
- required String developerUrl,
- required String developerWebsite,
- required num score,
- required num reviews,
- required num currentVersionScore,
- required num currentVersionReviews,
- required List<
String> screenshots, - required List<
String> ipadScreenshots, - required List<
String> appletvScreenshots, - required List<
String> supportedDevices,
Implementation
AppStoreAppDetails({
required this.id,
required this.appId,
required this.title,
required this.url,
required this.description,
required this.icon,
required this.genres,
required this.genreIds,
required this.primaryGenre,
required this.primaryGenreId,
required this.contentRating,
required this.languages,
required this.size,
required this.requiredOsVersion,
required this.released,
required this.updated,
required this.releaseNotes,
required this.version,
required this.price,
required this.currency,
required this.free,
required this.developerId,
required this.developer,
required this.developerUrl,
required this.developerWebsite,
required this.score,
required this.reviews,
required this.currentVersionScore,
required this.currentVersionReviews,
required this.screenshots,
required this.ipadScreenshots,
required this.appletvScreenshots,
required this.supportedDevices,
});