allResults abstract method

FutureOr<List<Result>> allResults()

Consumes this result set and returns a list of all its Results.

Implementation

FutureOr<List<Result>> allResults();