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