isAfter method

bool isAfter(
  1. Instant other
)

Implementation

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