isBefore method

bool isBefore(
  1. Instant other
)

Implementation

bool isBefore(Instant other) => timeSinceEpoch < other.timeSinceEpoch;