isAny property

bool isAny
override

Returns true if this constraint allows all versions.

Implementation

bool get isAny => min == null && max == null;