findAll abstract method

Future<({int count, SqlDatabaseResult rows})> findAll({
  1. String orderBy = 'id',
  2. bool orderReverse = true,
  3. Map<String, dynamic> filters = const {},
  4. int? pageSize,
  5. int? offset,
})

All abstract methods

Implementation

Future<({int count, SqlDatabaseResult rows})> findAll({
  String orderBy = 'id',
  bool orderReverse = true,
  Map<String, dynamic> filters = const {},
  int? pageSize,
  int? offset,
});