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

hashCode → int
The hash code for this object.
no setteroverride
include → bool
Include.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → Version
Version.
final

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