AppStoreAppDetails constructor

AppStoreAppDetails({
  1. String? contactEmail,
  2. String? developerName,
  3. String? developerWebsite,
})

Implementation

AppStoreAppDetails({
  this.contactEmail,
  this.developerName,
  this.developerWebsite,
});