AlgoReason enum
Values
- CONFIG_CHANGED → const AlgoReason
-
const AlgoReason(1)
- USER_PROFILE_CHANGED → const AlgoReason
-
const AlgoReason(2)
- CB_CHANGED → const AlgoReason
-
const AlgoReason(3)
- BY_USER → const AlgoReason
-
const AlgoReason(4)
- BASELINE_EXPIRED → const AlgoReason
-
const AlgoReason(5)
- NO_BASELINE → const AlgoReason
-
const AlgoReason(6)
- SIGNAL_QUALITY → const AlgoReason
-
const AlgoReason(7)
- MASK → const AlgoReason
-
const AlgoReason(255)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
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.
inherited
Constants
-
values
→ const List<
AlgoReason> - A constant List of the values in this enum, in order of their declaration.