SharedPreferenceContext<TEntity extends IEntity> class
Constructors
Properties
-
database
→ Future<
Database> -
no setterinherited
- dbName → String
-
finalinherited
- dbVersion → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
→ List<
IEntity> -
finalinherited
Methods
-
close(
) → Future -
inherited
-
copyWith(
{String? dbName, int? dbVersion, List< IEntity> ? tables}) → SharedPreferenceContext<TEntity> -
getDbFullName(
) → Future< String> -
getDbPath(
) → Future< String> -
getVersion(
) → Future< int> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDbCreate(
Database db, int version) → FutureOr< void> -
inherited
-
onDbDowngrade(
Database db, int oldVersion, int newVersion) → FutureOr< void> -
inherited
-
onDbUpgrade(
Database db, int oldVersion, int newVersion) → FutureOr< void> -
inherited
-
open(
) → Future< Database> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited