operator | method

Channel operator |(
  1. covariant Channel other
)

Implementation

Channel operator |(covariant Channel other) {
  return Channel._from(ids + other.ids);
}