Finds data by ID.
@override Future<List<T>?> findByID(Object? id) async { return get(DataSource.parametersFindByID(id)); }