Flutter
pub_semver
VersionRange
isEmpty property
isEmpty
VersionRange class
Constructors
VersionRange
Properties
hashCode
includeMax
includeMin
isAny
isEmpty
max
min
runtimeType
Methods
allows
allowsAll
allowsAny
compareTo
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;