greaterThan method

int greaterThan(
  1. Mappable other
)

Implementation

int greaterThan(Mappable other) => compareTo(other);