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