AppConfig constructor

AppConfig({
  1. required List<GitHubRepoConfig> repos,
})

Creates a new AppConfig instance.

repos is the list of GitHub repository configurations.

Implementation

AppConfig({required this.repos});