operator < method

bool operator <(
  1. Timespan other
)

Less than operator.

Implementation

bool operator <(Timespan other) => _compareTo(other) < 0;