InAppDatabase class
Properties
Methods
-
collection(
String field) → InAppQueryReference -
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
Static Properties
- i → InAppDatabase
-
no setter
- I → InAppDatabase
-
no setter
- instance → InAppDatabase
-
no setter
Static Methods
-
init(
{String? name, required InAppDatabaseReader reader, required InAppDatabaseWriter writer, InAppDatabaseLimit? limiter}) → InAppDatabase