union method

Implementation

MedicalDeviceFilter union(List<MedicalDeviceFilter> filters) {
  this._union = filters;
  return this;
}