isLessThan method

bool isLessThan(
  1. num? other
)

Implementation

bool isLessThan(num? other) => this.orZero < other.orZero;