RequestRepositoryGetPath constructor

RequestRepositoryGetPath({
  1. required RepositoryHandle repo,
})

Implementation

RequestRepositoryGetPath({
  required this.repo,
});