stream method

Stream<T> stream()

Finds Objects matching the query, streaming them while the query executes.

Results are streamed from a worker isolate in batches (the stream still returns objects one by one).

Implementation

Stream<T> stream() => _streamIsolate();