RequestRepositoryGetEntryType constructor
- required RepositoryHandle repo,
- required String path,
Implementation
RequestRepositoryGetEntryType({
required this.repo,
required this.path,
});
RequestRepositoryGetEntryType({
required this.repo,
required this.path,
});