operator > method

bool operator >(
  1. Object o
)

Implementation

bool operator >(Object o) => _compare(Comparator.gt, o);