Returns whether this number is greater than value.
value
bool isGreaterThan(num value) => this > value;