CreateExerciseEvaluationThresholdService class

運動評価モデルに入力する閾値を作成するサービス

運動評価モデルの閾値仕様に合わせて、評価モデルデータのリストから閾値を作成します。

Constructors

CreateExerciseEvaluationThresholdService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec({required List<ExerciseEvaluationModel> exerciseEvaluationModelList}) List<List<double>>
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