ExerciseDataVersionRepository class
運動データバージョンのリポジトリ
ローカルデータベースの運動データバージョンテーブルにアクセスする
Constructors
- ExerciseDataVersionRepository(LocalDatabaseHelper _localDatabaseHelper, RepositoryErrorHandler _repositoryErrorHandler)
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
-
get(
) → Future< ExerciseDataVersionModel?> - 運動データバージョンを取得する
-
insert(
{required ExerciseDataVersionModel exerciseDataVersionModel}) → 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
-
update(
{required ExerciseDataVersionModel exerciseDataVersionModel}) → Future< void> - 運動データバージョンを全て更新する
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited