StatsLocaleResult constructor
StatsLocaleResult({})
Implementation
StatsLocaleResult({
required this.keyCount,
required this.translationCount,
required this.wordCount,
required this.characterCount,
});
StatsLocaleResult({
required this.keyCount,
required this.translationCount,
required this.wordCount,
required this.characterCount,
});