toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appBundleId != null) 'appBundleId': appBundleId!,
      if (testSpecialEntitlements != null)
        'testSpecialEntitlements': testSpecialEntitlements!,
      if (testsZip != null) 'testsZip': testsZip!,
      if (xcodeVersion != null) 'xcodeVersion': xcodeVersion!,
      if (xctestrun != null) 'xctestrun': xctestrun!,
    };