operator <= method

bool operator <=(
  1. Version other
)

Implementation

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