VersionBoundary class
Version boundary.
Constructors
- VersionBoundary(Version value, bool include)
-
Version boundary.
const
- VersionBoundary.lower(Version value)
-
Lower boundary included by default
const
- VersionBoundary.upper(Version value)
-
Upper boundary excluded by default
const
Properties
Methods
-
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