operator > method

bool operator >(
  1. SemVer other
)

Implementation

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