IosTestLoop constructor
IosTestLoop({
- String? appBundleId,
- FileReference? appIpa,
- List<
int> ? scenarios,
Implementation
IosTestLoop({
this.appBundleId,
this.appIpa,
this.scenarios,
});