union method
override
Returns a VersionConstraint that allows Versions
s allowed by either
this or other
.
Implementation
VersionConstraint union(VersionConstraint other) =>
new VersionConstraint.unionOf([this, other]);
Returns a VersionConstraint that allows Versions
s allowed by either
this or other
.
VersionConstraint union(VersionConstraint other) =>
new VersionConstraint.unionOf([this, other]);