rows property

Stream<List<DbRow>> rows

A stream of rows returned by the query. Will return new items if something changes in the database when the reactive parameter is true

Implementation

Stream<List<DbRow>> get rows => _rowsController.stream;