IosDeviceCatalog constructor

IosDeviceCatalog({
  1. List<IosModel>? models,
  2. IosRuntimeConfiguration? runtimeConfiguration,
  3. List<IosVersion>? versions,
  4. List<XcodeVersion>? xcodeVersions,
})

Implementation

IosDeviceCatalog({
  this.models,
  this.runtimeConfiguration,
  this.versions,
  this.xcodeVersions,
});