isLowerThan method

bool isLowerThan(
  1. num b
)

True if this number is lower than num

Implementation

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