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