Flutter
pub_semver
VersionUnion
isAny property
isAny
VersionUnion class
Constructors
fromRanges
Properties
hashCode
isAny
isEmpty
ranges
runtimeType
Methods
allows
allowsAll
allowsAny
difference
intersect
toString
union
noSuchMethod
Operators
operator ==
isAny property
bool
isAny
override
Returns
true
if this constraint allows all versions.
Implementation
bool get isAny => false;