ExerciseEvaluationModel class

運動評価データのモデル

ローカルデータベースに保存するためのクラス

Available Extensions
Annotations

Constructors

ExerciseEvaluationModel({required String uid, required int exerciseId, required String exerciseName, required int statusId, required double status, required List<ThresholdModel> thresholds})
const
factory
ExerciseEvaluationModel.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ExerciseEvaluationModelCopyWith<ExerciseEvaluationModel>
no setterinherited
exerciseId int
no setterinherited
exerciseName String
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
status double
no setterinherited
statusId int
no setterinherited
thresholds List<ThresholdModel>
no setterinherited
uid String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited