LocalizedStoreListing constructor
LocalizedStoreListing({
- String? appName,
- ImageAsset? featureGraphic,
- String? fullDescription,
- ImageAsset? icon,
- String? languageCode,
- ScreenshotSet? phoneScreenshots,
- String? shortDescription,
- ScreenshotSet? tabletRegularScreenshots,
- ScreenshotSet? tabletSmallScreenshots,
- VideoAsset? video,
Implementation
LocalizedStoreListing({
this.appName,
this.featureGraphic,
this.fullDescription,
this.icon,
this.languageCode,
this.phoneScreenshots,
this.shortDescription,
this.tabletRegularScreenshots,
this.tabletSmallScreenshots,
this.video,
});