AppConfig constructor
AppConfig({
- required List<
GitHubRepoConfig> repos,
Creates a new AppConfig instance.
repos is the list of GitHub repository configurations.
Implementation
AppConfig({required this.repos});