or method

PostLogicalChannel or()
inherited

Append Or rule.

Implementation

PostLogicalChannel or() => _buffer.appendLogicalOperator(
      _logicalOperation.createOr(),
    );