items property

Stream<List<Map<String, dynamic>>?> items

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<Map<String, dynamic>>?> get items => _itemController.stream;