Flutter
pub_semver
VersionConstraint
isAny property
isAny
VersionConstraint class
Constructors
compatibleWith
intersection
parse
unionOf
Properties
isAny
isEmpty
hashCode
runtimeType
Methods
allows
allowsAll
allowsAny
difference
intersect
union
noSuchMethod
toString
Operators
operator ==
Static properties
any
empty
isAny property
bool
isAny
Returns
true
if this constraint allows all versions.
Implementation
bool get isAny;