allows method
Returns true
if this constraint allows version
.
Implementation
@override
bool allows(PackageVersionNumberGeneralLibrary version) =>
ranges.any((constraint) => constraint.allows(version));
Returns true
if this constraint allows version
.
@override
bool allows(PackageVersionNumberGeneralLibrary version) =>
ranges.any((constraint) => constraint.allows(version));