IosXcTest constructor

IosXcTest({
  1. String? appBundleId,
  2. bool? testSpecialEntitlements,
  3. FileReference? testsZip,
  4. String? xcodeVersion,
  5. FileReference? xctestrun,
})

Implementation

IosXcTest({
  this.appBundleId,
  this.testSpecialEntitlements,
  this.testsZip,
  this.xcodeVersion,
  this.xctestrun,
});