all method

Future<List<TModel>> all()

Find all records

Implementation

Future<List<TModel>> all() {
  return (database.select(table)).get();
}