Flutter
pub_semver
Version
allows method
allows
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
allows method
bool
allows
(
Version
other
)
override
Tests if
other
matches this version exactly.
Implementation
bool allows(Version other) => this == other;