fresherThan method

bool fresherThan(
  1. PluginVersion? version
)

Implementation

bool fresherThan(PluginVersion? version) => version == null || this > version;