LanguagesAndProblemCounts constructor
LanguagesAndProblemCounts({
- required List<
_LanguageAndProblemCount> languages,
Implementation
LanguagesAndProblemCounts({
required this.languages,
});