CatalogAppView constructor

CatalogAppView({
  1. List<String>? activeVersionNames,
  2. String? appCategory,
  3. AppContactInformation? appContactInformation,
  4. String? appSubcategory,
  5. String? deliveryToken,
  6. DeveloperDetails? developerDetails,
  7. List<DeviceCompatibilityRequirements>? deviceCompatibilityRequirements,
  8. List<DeviceIdentifier>? excludedDevicesByIdentifier,
  9. List<CatalogDeviceSelector>? excludedDevicesBySelector,
  10. Date? firstReleaseDate,
  11. bool? hasInAppAds,
  12. bool? hasInAppPurchases,
  13. String? iarcCertificateId,
  14. bool? isAdultOnlyAudience,
  15. String? lastPublishTime,
  16. LocalizedStoreListings? localizedStoreListings,
  17. String? packageName,
  18. List<CatalogPermission>? permissions,
  19. List<CatalogPermission>? permissionsSdk23,
  20. Money? priceInTheUnitedStates,
  21. String? privacyPolicyUrl,
  22. Money? salePriceInTheUnitedStates,
})

Implementation

CatalogAppView({
  this.activeVersionNames,
  this.appCategory,
  this.appContactInformation,
  this.appSubcategory,
  this.deliveryToken,
  this.developerDetails,
  this.deviceCompatibilityRequirements,
  this.excludedDevicesByIdentifier,
  this.excludedDevicesBySelector,
  this.firstReleaseDate,
  this.hasInAppAds,
  this.hasInAppPurchases,
  this.iarcCertificateId,
  this.isAdultOnlyAudience,
  this.lastPublishTime,
  this.localizedStoreListings,
  this.packageName,
  this.permissions,
  this.permissionsSdk23,
  this.priceInTheUnitedStates,
  this.privacyPolicyUrl,
  this.salePriceInTheUnitedStates,
});