RequestRepositoryGetInfoHash constructor

RequestRepositoryGetInfoHash({
  1. required RepositoryHandle repo,
})

Implementation

RequestRepositoryGetInfoHash({
  required this.repo,
});