operator >= method

bool operator >=(
  1. ClientProtocolVersion other
)

Implementation

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