IosRoboTest constructor

IosRoboTest({
  1. String? appBundleId,
  2. FileReference? appIpa,
  3. FileReference? roboScript,
})

Implementation

IosRoboTest({
  this.appBundleId,
  this.appIpa,
  this.roboScript,
});