operator >= method

Expr operator >=(
  1. Object other
)

Implementation

Expr operator >=(Object other) => ge(this, $(other));