IosDeviceCatalog constructor
IosDeviceCatalog({
- List<
IosModel> ? models, - IosRuntimeConfiguration? runtimeConfiguration,
- List<
IosVersion> ? versions, - List<
XcodeVersion> ? xcodeVersions,
Implementation
IosDeviceCatalog({
this.models,
this.runtimeConfiguration,
this.versions,
this.xcodeVersions,
});