CompatibleWithPackageVersionNumberGeneralLibraryRange class

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Inheritance

Constructors

CompatibleWithPackageVersionNumberGeneralLibraryRange.new(PackageVersionNumberGeneralLibrary version)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Properties

hashCode int
The hash code for this object.
no setterinherited
includeMax bool
If true, then max is allowed by the range.
finalinherited
includeMin bool
If true then min is allowed by the range.
finalinherited
isAny bool
Returns true if this constraint allows all versions.
no setterinherited
isEmpty bool
Returns true if this constraint allows no versions.
no setterinherited
max PackageVersionNumberGeneralLibrary?
The maximum end of the range.
finalinherited
min PackageVersionNumberGeneralLibrary?
The minimum end of the range.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allows(PackageVersionNumberGeneralLibrary other) bool
Tests if other falls within this version range.
inherited
allowsAll(PackageVersionNumberGeneralLibraryConstraint other) bool
Returns true if this constraint allows all the versions that other allows.
inherited
allowsAny(PackageVersionNumberGeneralLibraryConstraint other) bool
Returns true if this constraint allows any of the versions that other allows.
inherited
compareTo(PackageVersionNumberGeneralLibraryRange other) int
Compares this object to another object.
inherited
difference(PackageVersionNumberGeneralLibraryConstraint other) PackageVersionNumberGeneralLibraryConstraint
Returns a PackageVersionNumberGeneralLibraryConstraint that allows PackageVersionNumberGeneralLibrarys allowed by this but not other.
inherited
intersect(PackageVersionNumberGeneralLibraryConstraint other) PackageVersionNumberGeneralLibraryConstraint
Returns a PackageVersionNumberGeneralLibraryConstraint that only allows PackageVersionNumberGeneralLibrarys allowed by both this and other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
union(PackageVersionNumberGeneralLibraryConstraint other) PackageVersionNumberGeneralLibraryConstraint
Returns a PackageVersionNumberGeneralLibraryConstraint that allows PackageVersionNumberGeneralLibrarys allowed by either this or other.
inherited

Operators

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