RequestRepositoryGetEntryType constructor

RequestRepositoryGetEntryType({
  1. required RepositoryHandle repo,
  2. required String path,
})

Implementation

RequestRepositoryGetEntryType({
  required this.repo,
  required this.path,
});