Application constructor
Application({
- String? appPricing,
- List<
AppTrackInfo> ? appTracks, - List<
AppVersion> ? appVersions, - String? author,
- List<
String> ? availableCountries, - String? category,
- String? contentRating,
- String? description,
- String? distributionChannel,
- List<
String> ? features, - String? fullDescription,
- String? iconUrl,
- List<
ManagedProperty> ? managedProperties, - int? minAndroidSdkVersion,
- String? name,
- List<
ApplicationPermission> ? permissions, - String? playStoreUrl,
- String? recentChanges,
- List<
String> ? screenshotUrls, - String? smallIconUrl,
- String? title,
- String? updateTime,
Implementation
Application({
this.appPricing,
this.appTracks,
this.appVersions,
this.author,
this.availableCountries,
this.category,
this.contentRating,
this.description,
this.distributionChannel,
this.features,
this.fullDescription,
this.iconUrl,
this.managedProperties,
this.minAndroidSdkVersion,
this.name,
this.permissions,
this.playStoreUrl,
this.recentChanges,
this.screenshotUrls,
this.smallIconUrl,
this.title,
this.updateTime,
});