PublisherProfileMobileApplication constructor

PublisherProfileMobileApplication({
  1. String? appStore,
  2. String? externalAppId,
  3. String? name,
})

Implementation

PublisherProfileMobileApplication({
  this.appStore,
  this.externalAppId,
  this.name,
});