ExerciseModel class

運動データのモデル

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

Annotations

Constructors

ExerciseModel({required String uid, required int exerciseId, required ExerciseIntensityModel exerciseIntensity, required double mets, required String movieFileName, required int descriptionTimeSeconds})
const
factory
ExerciseModel.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ExerciseModelCopyWith<ExerciseModel>
no setterinherited
descriptionTimeSeconds int
no setterinherited
exerciseId int
no setterinherited
exerciseIntensity ExerciseIntensityModel
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mets double
no setterinherited
movieFileName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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