operator >= method

  1. @override
bool operator >=(
  1. HasInstant other
)
inherited

Greater than or equals operator.

Implementation

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