LocalDatabaseHelper class

ローカルデータベースのヘルパークラス

ローカルデータベースの初期化を行う

Constructors

LocalDatabaseHelper()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openExerciseDataVersionDb() Future<Database>
運動データバージョンのローカルDBを開く
openExerciseDb() Future<Database>
運動データのローカルDBを開く
openExerciseEvaluationDb() Future<Database>
運動評価データのローカルDBを開く
toString() String
A string representation of this object.
inherited

Operators

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