Query constructor

Query({
  1. required String table,
  2. DBMerge? database,
})

Implementation

Query({required this.table, this.database});