AnnotatedSample constructor
const
AnnotatedSample({})
Creates an annotated measurement sample.
Implementation
const AnnotatedSample({
required this.magnitude,
required this.isOutlier,
required this.isWarmUpValue,
});