operator >= method

Logic operator >=(
  1. dynamic other
)

Greater-than-or-equal-to.

Implementation

Logic operator >=(dynamic other) => GreaterThanOrEqual(this, other).out;