RequestRepositoryGetMetadata constructor
- required RepositoryHandle repo,
- required String key,
Implementation
RequestRepositoryGetMetadata({
required this.repo,
required this.key,
});
RequestRepositoryGetMetadata({
required this.repo,
required this.key,
});