Flutter
pub_semver
VersionConstraint
allows abstract method
allows
VersionConstraint class
Constructors
compatibleWith
intersection
parse
unionOf
Properties
isAny
isEmpty
hashCode
runtimeType
Methods
allows
allowsAll
allowsAny
difference
intersect
union
noSuchMethod
toString
Operators
operator ==
Static properties
any
empty
allows method
bool
allows
(
Version
version
)
Returns
true
if this constraint allows
version
.
Implementation
bool allows(Version version);