operator | method
Creates a 'logical or' expression of this expression and the other
Implementation
Or operator |(Expression other) => or(other);
Creates a 'logical or' expression of this expression and the other
Or operator |(Expression other) => or(other);