allowsAny abstract method

bool allowsAny(
  1. VersionConstraint other
)

Returns true if this constraint allows any of the versions that other allows.

Implementation

bool allowsAny(VersionConstraint other);