operator >= method

bool operator >=(
  1. VersionData other
)

Implementation

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