allowsAll abstract method

bool allowsAll(
  1. VersionConstraint other
)

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

Implementation

bool allowsAll(VersionConstraint other);