UpdateQuery constructor
UpdateQuery(
- QueryDatabase _db,
- String _table,
- Map<
String, dynamic> _data
Implementation
UpdateQuery(this._db, this._table, this._data);