operator < method

bool operator <(
  1. SemanticVersion other
)

Implementation

bool operator <(SemanticVersion other) => compareTo(other) < 0;