operator < method

  1. @override
bool operator <(
  1. HasInstant other
)
inherited

Less than operator.

Implementation

@override
bool operator <(HasInstant other) => compareTo(other) < 0;