ExerciseAndThresholdModel class
運動データと運動評価モデル入力用の閾値データのモデル
このモデルはローカルデータベースから取得した、 運動データとその運動に関連する閾値データを保持する 閾値データは、運動評価モデルに渡すことが可能な形式で保持する
- Annotations
Constructors
-
ExerciseAndThresholdModel({required ExerciseModel exercise, required List<
List< threshold})double> > -
constfactory
Properties
-
copyWith
→ $ExerciseAndThresholdModelCopyWith<
ExerciseAndThresholdModel> -
no setterinherited
- exercise → ExerciseModel
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
threshold
→ List<
List< double> > -
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