operator > method

bool operator >(
  1. Snowflake other
)

Implementation

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