D2TouchModel class abstract

Implementers

Constructors

D2TouchModel()

Properties

databaseFactory ↔ DatabaseFactory?
getter/setter pair
databaseInstance ↔ DatabaseManager?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inMemory ↔ bool?
getter/setter pair
locale ↔ String
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sharedPreferenceInstance ↔ SharedPreferences
getter/setter pair
userModule → UserModule
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDatabase({required String databaseName, bool? inMemory, DatabaseFactory? databaseFactory, required SharedPreferences sharedPreferenceInstance}) → Future<DatabaseManager>
toString() → String
A string representation of this object.
inherited

Operators

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