stream property

  1. @override
Stream<Map<String, dynamic>> stream
override

Notifies of query results at this collection.

Implementation

@override
Stream<Map<String, dynamic>> get stream => _utils.stream(path, _conditions);