isCompatibleWith method
Return true
if this plugin is compatible with an analysis server that is
using the given version of the plugin API.
Implementation
bool isCompatibleWith(Version serverVersion) =>
serverVersion <= Version.parse(version);