reactive_sqflite
reactive_database
ReactiveDatabase
ReactiveDatabase.from constructor
ReactiveDatabase.from
ReactiveDatabase class
Constructors
from
Properties
logging
hashCode
runtimeType
Methods
close
delete
insert
notifyTrigger
query
update
noSuchMethod
toString
Operators
operator ==
ReactiveDatabase.from constructor
ReactiveDatabase.from
(
Database
database
, {
bool
logging
:
false
})
Implementation
ReactiveDatabase.from(Database database, {this.logging = false}) : this._db = database;