Access class abstract
- Implementers
Constructors
- Access()
Properties
- encryptionFactory → Factory
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sqflite
→ Future<
Database> -
no setter
- sqfliteTable → Sqflite
-
no setter
-
sqfliteTableList
→ List<
Sqflite> -
no setter
- sqfliteVersion → int
-
no setter
Methods
-
deleteAll(
) → Future< void> -
insert(
Model model, {int? selectAllLength}) → Future< void> -
insertAll(
List< Model> list) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selectAll(
) → Future< List< Model> > -
toMap(
Model? model) → Future< Map< String, dynamic> > -
toModel(
Map< String, dynamic> map) → Future<Model?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited