operator >= method

bool operator >=(
  1. Instant other
)

Implementation

bool operator>=(Instant other) => timeSinceEpoch >= other.timeSinceEpoch;