AndroidDeviceList constructor

AndroidDeviceList({
  1. List<AndroidDevice>? androidDevices,
})

Implementation

AndroidDeviceList({
  this.androidDevices,
});