UpsertExerciseDataMasterLocalDbUsecase class usecase
運動データマスターをローカルデータベースに更新または挿入するユースケース。
サーバーから最新の運動データマスターを取得し、ローカルデータベースを更新または挿入します。
Constructors
- UpsertExerciseDataMasterLocalDbUsecase(ExerciseDataMasterRepository _exerciseDataMasterRepository, ExerciseDataVersionRepository _exerciseDataVersionRepository, ExerciseEvaluationRepository _exerciseEvaluationRepository, ExerciseRepository _exerciseRepository, UsecaseErrorHandler _errorHandler)
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(
) → Future< void> - 運動データマスターを更新または挿入する。
-
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