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