all method

Future<List<T>> all()

Get all models.

Implementation

Future<List<T>> all() async {
  return query.get();
}