UpdateQuery constructor

UpdateQuery(
  1. QueryDatabase _db,
  2. String _table,
  3. Map<String, dynamic> _data
)

Implementation

UpdateQuery(this._db, this._table, this._data);