operator < method

bool operator <(
  1. Snowflake other
)

Implementation

bool operator <(Snowflake other) => isBefore(other);