isAfter method

bool isAfter(
  1. Snowflake other
)

Implementation

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