matches method

bool matches(
  1. Version version
)

Implementation

bool matches(Version version) {
  return matchesMin(version) && matchesMax(version);
}