fetch method

Future<List<A>> fetch()

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

Implementation

Future<List<A>> fetch() => _query.fetch();