toJson method

dynamic toJson()

Implementation

dynamic toJson() => {
      if (binaryArch != null) 'binaryArch': binaryArch,
      if (buildUUID != null) 'buildUUID': buildUUID,
      if (bundleVersion != null) 'bundleVersion': bundleVersion,
      if (dsymUuids != null) 'dsymUUIDs': dsymUuids,
      if (id != null) 'id': id,
      if (releaseStage != null) 'releaseStage': releaseStage,
      if (type != null) 'type': type,
      if (version != null) 'version': version,
      if (versionCode != null) 'versionCode': versionCode,
    };