CalibrationCriteria enum
An enum representing different calibration criteria or levels.
The CalibrationCriteria enum is used to define various calibration settings or criteria that can be applied during the calibration process. Each member represents a different calibration setting level.
- DEFAULT: Default calibration setting level suitable for general users.
- HIGH: High calibration setting level suitable for users requiring precise or high-accuracy calibration.
- LOW: Low calibration setting level suitable for users looking to complete calibration quickly with lower accuracy.
Use this enum to specify different calibration criteria in calibration-related processes or configurations.
Values
- DEFAULT → const CalibrationCriteria
- HIGH → const CalibrationCriteria
- LOW → const CalibrationCriteria
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
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<
CalibrationCriteria> - A constant List of the values in this enum, in order of their declaration.