Application constructor

Application({
  1. String? appPricing,
  2. List<AppTrackInfo>? appTracks,
  3. List<AppVersion>? appVersions,
  4. String? author,
  5. List<String>? availableCountries,
  6. String? category,
  7. String? contentRating,
  8. String? description,
  9. String? distributionChannel,
  10. List<String>? features,
  11. String? fullDescription,
  12. String? iconUrl,
  13. List<ManagedProperty>? managedProperties,
  14. int? minAndroidSdkVersion,
  15. String? name,
  16. List<ApplicationPermission>? permissions,
  17. String? playStoreUrl,
  18. String? recentChanges,
  19. List<String>? screenshotUrls,
  20. String? smallIconUrl,
  21. String? title,
  22. 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,
});