LocalizedStoreListing constructor

LocalizedStoreListing({
  1. String? appName,
  2. ImageAsset? featureGraphic,
  3. String? fullDescription,
  4. ImageAsset? icon,
  5. String? languageCode,
  6. ScreenshotSet? phoneScreenshots,
  7. String? shortDescription,
  8. ScreenshotSet? tabletRegularScreenshots,
  9. ScreenshotSet? tabletSmallScreenshots,
  10. VideoAsset? video,
})

Implementation

LocalizedStoreListing({
  this.appName,
  this.featureGraphic,
  this.fullDescription,
  this.icon,
  this.languageCode,
  this.phoneScreenshots,
  this.shortDescription,
  this.tabletRegularScreenshots,
  this.tabletSmallScreenshots,
  this.video,
});