RegistryRepositoryPage constructor

RegistryRepositoryPage({
  1. required List<String> repositories,
  2. required String? nextLast,
})

Implementation

RegistryRepositoryPage({required this.repositories, required this.nextLast});