fetch method

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

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

Implementation

Future<List<(A, B, C, D, E, F, G, H)>> fetch() => _query.fetch();