matches method

bool matches(
  1. PluginVersion version
)

Implementation

bool matches(PluginVersion version) => min <= version && version < max;