Returns whether this number is greater than or equal to value.
value
bool isGreaterOrEqual(num value) => this >= value;