EnvironmentMatrix constructor
EnvironmentMatrix({
- AndroidDeviceList? androidDeviceList,
- AndroidMatrix? androidMatrix,
- IosDeviceList? iosDeviceList,
Implementation
EnvironmentMatrix({
this.androidDeviceList,
this.androidMatrix,
this.iosDeviceList,
});