operator | method

Boolean operator |(
  1. Boolean other
)

Implementation

Boolean operator |(Boolean other) => or(other);