operator >= method

bool operator >=(
  1. dynamic other
)

See Big.gte

Implementation

bool operator >=(dynamic other) => gte(other);