AnnotatedSample class
Annotates a single measurement with statistical information.
- Annotations
-
- @sealed
Constructors
- AnnotatedSample({required double magnitude, required bool isOutlier, required bool isWarmUpValue})
-
Creates an annotated measurement sample.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOutlier → bool
-
Whether this sample was considered an outlier.
final
- isWarmUpValue → bool
-
Whether this sample was taken during the warm-up phase.
final
- magnitude → double
-
The non-negative raw result of the measurement.
final
- 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