operator > method

int operator >(
  1. Mappable other
)

Implementation

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