IosModel constructor

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

Implementation

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