adjustedThresholdsWithStatusId property

List<double> adjustedThresholdsWithStatusId

運動評価閾値の仕様に合わせた閾値を返す

Implementation

List<double> get adjustedThresholdsWithStatusId {
  final newList = _adjustListLengthForExerciseEvaluationThresholdSpec(
    thresholdsWithStatusId: thresholdsWithStatusId,
  );

  return newList;
}