LowerBound<T> class

Inheritance

Constructors

LowerBound({T? value, BoundType type = BoundType.inclusive})
const
LowerBound.from(Bound<T>? bound)
factory
LowerBound.unbounded()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isExclusive bool
no setterinherited
isFinite bool
no setterinherited
isInclusive bool
no setterinherited
isInfinite bool
no setterinherited
isLower bool
no setterinherited
isNotEmpty bool
no setterinherited
isUpper bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type BoundType
finalinherited
value → T?
finalinherited

Methods

invert() Bound<T>
override
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.
inherited