compareTo method

int compareTo(
  1. Address otherAddress
)

Implementation

int compareTo(Address otherAddress) =>
    toString().compareTo(otherAddress.toString());