union method

VersionConstraint union (VersionConstraint other)
override

Returns a VersionConstraint that allows Versionss allowed by either this or other.

Implementation

VersionConstraint union(VersionConstraint other) =>
    new VersionConstraint.unionOf([this, other]);