lessThan method

int lessThan(
  1. Mappable other
)

Implementation

int lessThan(Mappable other) => other.compareTo(this);