IosModel constructor

IosModel({
  1. List<String>? deviceCapabilities,
  2. String? formFactor,
  3. String? id,
  4. String? name,
  5. List<PerIosVersionInfo>? perVersionInfo,
  6. int? screenDensity,
  7. int? screenX,
  8. int? screenY,
  9. List<String>? supportedVersionIds,
  10. List<String>? tags,
})

Implementation

IosModel({
  this.deviceCapabilities,
  this.formFactor,
  this.id,
  this.name,
  this.perVersionInfo,
  this.screenDensity,
  this.screenX,
  this.screenY,
  this.supportedVersionIds,
  this.tags,
});