bigger method

Implementation

BinaryOperatorExpr bigger(Expression rhs) {
  return BinaryOperatorExpr(BinaryOperator.bigger, this, rhs);
}