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