ExerciseSelectionService class

運動データ選択サービス

運動データの一覧から、1セット分の運動を選択するサービス

Constructors

ExerciseSelectionService()

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

createExerciseSet({required List<ExerciseModel> exerciseModelList}) List<ExerciseModel>
同じ運動が連続しないようにランダムに運動を選択し、1セット分の運動リストを作成する
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