operator > method

bool operator >(
  1. Level other
)

Implementation

bool operator >(Level other) => compareTo(other) > 0;