Flutter
pub_semver
Version
isEmpty property
isEmpty
Version class
Constructors
Version
parse
Properties
build
firstPreRelease
hashCode
includeMax
includeMin
isAny
isEmpty
isFirstPreRelease
isPreRelease
major
max
min
minor
nextBreaking
nextMajor
nextMinor
nextPatch
patch
preRelease
runtimeType
Methods
allows
allowsAll
allowsAny
compareTo
difference
intersect
toString
union
noSuchMethod
Operators
operator <
operator <=
operator ==
operator >
operator >=
Static properties
none
Static methods
antiprioritize
primary
prioritize
isEmpty property
bool
isEmpty
override
Returns
true
if this constraint allows no versions.
Implementation
bool get isEmpty => false;