allowsAll method

Returns true if this constraint allows all the versions that other allows.

Implementation

@override
bool allowsAll(PackageVersionNumberGeneralLibraryConstraint other) =>
    other.isEmpty || other == this;