and method

PostLogicalChannel and()
inherited

Append And rule.

Implementation

PostLogicalChannel and() => _buffer.appendLogicalOperator(
      _logicalOperation.createAnd(),
    );