IosApp constructor

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

Implementation

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