IosDeviceList constructor

IosDeviceList({
  1. List<IosDevice>? iosDevices,
})

Implementation

IosDeviceList({
  this.iosDevices,
});