operator > method

bool operator >(
  1. Snowflake other
)

Whether this snowflake is after other.

See isAfter for details.

Implementation

bool operator >(Snowflake other) => isAfter(other);