Finds data by ID.
Future<List<T>?> findByID(Object? id) async { return findByIDImpl(parametersFindByID(id)) as FutureOr<List<T>?>; }