toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appBundleId = this.appBundleId;
final testSpecialEntitlements = this.testSpecialEntitlements;
final testsZip = this.testsZip;
final xcodeVersion = this.xcodeVersion;
final xctestrun = this.xctestrun;
return {
'appBundleId': ?appBundleId,
'testSpecialEntitlements': ?testSpecialEntitlements,
'testsZip': ?testsZip,
'xcodeVersion': ?xcodeVersion,
'xctestrun': ?xctestrun,
};
}