operator >= method

Expr operator >=(
  1. Object other
)

Predicate that checks if this expression is greater or equal to other.

Implementation

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