Returns true if this constraint allows any of the versions that other allows.
true
other
@override bool allowsAny(VersionConstraint other) => other.allows(this);