VersionBoundaries class

Properties

hashCode int
The hash code for this object.
no setteroverride
max VersionBoundary?
final
min VersionBoundary?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

match(Version version) bool
Prefer matches
matches(Version version) bool
matchesMax(Version version) bool
matchesMin(Version version) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

parse(String text) VersionBoundaries
tryParse(String text) VersionBoundaries?
Compat