OrderedValues class
Описывает набор дискретных упорядоченных значений.
Constructors
-
OrderedValues({required List<
OrderedValue> values, int? currentMinIndex = null, int? currentMaxIndex = null}) -
const
Properties
- currentMaxIndex → int?
-
Индекс текущего установленного максимального значения.
final
- currentMinIndex → int?
-
Индекс текущего установленного минимального значения.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
OrderedValue> -
Набор значений. Упорядочен по возрастанию.
final
Methods
-
copyWith(
{List< OrderedValue> ? values, Optional<int?> ? currentMinIndex, Optional<int?> ? currentMaxIndex}) → OrderedValues -
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.
override