all method

Future<List<T>> all()
inherited

Get all models.

Implementation

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