isBefore method

bool isBefore(
  1. Snowflake other
)

Implementation

bool isBefore(Snowflake other) => timestamp.isBefore(other.timestamp);