SharedPreferenceStoreContext<TEntity extends EntityBase> class

Inheritance

Constructors

SharedPreferenceStoreContext.new({required String dbName, required int dbVersion, required List<TEntity> tables})

Properties

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<TEntity>
finalinherited

Methods

close() Future<void>
override
copyWith({String? dbName, int? dbVersion, List<TEntity>? tables}) SharedPreferenceStoreContext<TEntity>
getDbFullName() Future<String>
override
getDbPath() Future<String>
override
getVersion() Future<int>
override
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