IosTestLoop constructor

IosTestLoop({
  1. String? appBundleId,
  2. FileReference? appIpa,
  3. List<int>? scenarios,
})

Implementation

IosTestLoop({
  this.appBundleId,
  this.appIpa,
  this.scenarios,
});