operator < method
Whether this duration's offset is smaller than that of other.
A negative duration's offset is always smaller than a positive one's. Equivalent to comparing inMicroseconds
Implementation
@override
bool operator <(Duration other) => $value < other;