MultipleVersionConstraintNode<T extends VersionConstraintRecord> class
abstract
An abstract class of VersionConstraintRecord which more than one VersionConstraintRecords contain in this object.
- Mixed-in types
- Implementers
Properties
- constraintsItems → int
-
Get an int of
T
contains in this MultipleVersionConstraintNode.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
inRange(
SemVer version, {bool excludePreRelease = true}) → bool -
Giving a
version
that is stastified with this record.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited