fetch method

Future<List<(A, B, C, D, E, F)>> fetch()

Query the database for rows in this Query as a List.

Implementation

Future<List<(A, B, C, D, E, F)>> fetch() async => await stream().toList();