SmartRateAccuracy class
The available smart rate accuracy options.
Constructors
- SmartRateAccuracy(dynamic id, dynamic jsonValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
finalinherited
Methods
-
matches(
ValueEnum other) → bool -
inherited
-
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
Static Properties
- percentile50 ↔ SmartRateAccuracy
-
The 50th percentile.
getter/setter pair
- percentile75 ↔ SmartRateAccuracy
-
The 75th percentile.
getter/setter pair
- percentile85 ↔ SmartRateAccuracy
-
The 85th percentile.
getter/setter pair
- percentile90 ↔ SmartRateAccuracy
-
The 90th percentile.
getter/setter pair
- percentile95 ↔ SmartRateAccuracy
-
The 95th percentile.
getter/setter pair
- percentile97 ↔ SmartRateAccuracy
-
The 97th percentile.
getter/setter pair
- percentile99 ↔ SmartRateAccuracy
-
The 99th percentile.
getter/setter pair
Static Methods
-
asString(
SmartRateAccuracy? smartRateAccuracy) → String? - Get the String representation of a SmartRateAccuracy.
-
fromString(
String? value) → SmartRateAccuracy? - Get the SmartRateAccuracy from a String.