compareTo method

int compareTo(
  1. Hash otherHash
)

Implementation

int compareTo(Hash otherHash) =>
    hash.toString().compareTo(otherHash.toString());