isGreaterThan method

bool isGreaterThan(
  1. num b
)

True if this number is greater than num

Implementation

bool isGreaterThan(num b) => GetUtils.isGreaterThan(this, b);