compareTo method

int compareTo(
  1. Address other
)

Compares addresses address

Implementation

int compareTo(Address other) => toRaw().compareTo(other.toRaw());