IosApp constructor

IosApp({
  1. String? appId,
  2. String? appStoreId,
  3. String? bundleId,
  4. String? displayName,
  5. String? name,
  6. String? projectId,
})

Implementation

IosApp({
  this.appId,
  this.appStoreId,
  this.bundleId,
  this.displayName,
  this.name,
  this.projectId,
});