findAll method

Future<List<R>> findAll()

Find all objects that match this query.

Implementation

Future<List<R>> findAll() => build().findAll();