AppStoreAppStoreListing constructor

AppStoreAppStoreListing({
  1. String? appIconId,
  2. String? appName,
  3. String? fullDescription,
  4. String? languageCode,
  5. List<String>? screenshotId,
  6. String? shortDescription,
  7. String? videoLink,
})

Implementation

AppStoreAppStoreListing({
  this.appIconId,
  this.appName,
  this.fullDescription,
  this.languageCode,
  this.screenshotId,
  this.shortDescription,
  this.videoLink,
});