isLt method

bool isLt(
  1. num b
)

Short form for isLessThan

Implementation

bool isLt(num b) => isLessThan(b);