operator <= method

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

Less than or equals operator.

Implementation

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