Returns true if this constraint allows all versions.
true
bool get isAny => min == null && max == null;