isLowerThan method

bool isLowerThan(
  1. num other
)

Implementation

bool isLowerThan(num other) => this < other;