isGreaterThan method

bool isGreaterThan(
  1. num b
)

Implementation

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