Product constructor
Product({
- AppRestrictionsSchema? appRestrictionsSchema,
- List<
TrackInfo> ? appTracks, - List<
AppVersion> ? appVersion, - String? authorName,
- List<
String> ? availableCountries, - List<
String> ? availableTracks, - String? category,
- String? contentRating,
- String? description,
- String? detailsUrl,
- String? distributionChannel,
- List<
String> ? features, - String? fullDescription,
- String? iconUrl,
- String? lastUpdatedTimestampMillis,
- int? minAndroidSdkVersion,
- List<
ProductPermission> ? permissions, - String? productId,
- String? productPricing,
- String? recentChanges,
- bool? requiresContainerApp,
- List<
String> ? screenshotUrls, - ProductSigningCertificate? signingCertificate,
- String? smallIconUrl,
- String? title,
- String? workDetailsUrl,
Implementation
Product({
this.appRestrictionsSchema,
this.appTracks,
this.appVersion,
this.authorName,
this.availableCountries,
this.availableTracks,
this.category,
this.contentRating,
this.description,
this.detailsUrl,
this.distributionChannel,
this.features,
this.fullDescription,
this.iconUrl,
this.lastUpdatedTimestampMillis,
this.minAndroidSdkVersion,
this.permissions,
this.productId,
this.productPricing,
this.recentChanges,
this.requiresContainerApp,
this.screenshotUrls,
this.signingCertificate,
this.smallIconUrl,
this.title,
this.workDetailsUrl,
});