Query constructor

Query({
  1. required Iterable<QueryRow> rows,
})

Implementation

Query({required this.rows});