isCompatible method
- Version other
Whether another version is compatible with this one.
Implementation
bool isCompatible(Version other) => major == other.major;
Whether another version is compatible with this one.
bool isCompatible(Version other) => major == other.major;