Bound<T> class

Implementers

Constructors

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

Properties

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

Methods

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