Returns true if this constraint allows all the versions that other allows.
true
other
@override bool allowsAll(VersionConstraint other) => other.isEmpty || other == this;