Bound<T> class
Null safety
- 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.
read-only, inherited
- isExclusive → bool
-
read-only
- isFinite → bool
-
read-only
- isInclusive → bool
-
read-only
- isInfinite → bool
-
read-only
- isLower → bool
-
read-only
- isNotEmpty → bool
-
read-only
- isUpper → bool
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → BoundType
-
final
- value → T?
-
final
Methods
-
invert(
) → Bound< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited