EnvironmentMatrix constructor

EnvironmentMatrix({
  1. AndroidDeviceList? androidDeviceList,
  2. AndroidMatrix? androidMatrix,
  3. IosDeviceList? iosDeviceList,
})

Implementation

EnvironmentMatrix({
  this.androidDeviceList,
  this.androidMatrix,
  this.iosDeviceList,
});