LanguagePackInfo constructor
LanguagePackInfo({
- required String id,
- required String baseLanguagePackId,
- required String name,
- required String nativeName,
- required String pluralCode,
- required bool isOfficial,
- required bool isRtl,
- required bool isBeta,
- required bool isInstalled,
- required int totalStringCount,
- required int translatedStringCount,
- required int localStringCount,
- required String translationUrl,
Implementation
LanguagePackInfo({
required this.id,
required this.baseLanguagePackId,
required this.name,
required this.nativeName,
required this.pluralCode,
required this.isOfficial,
required this.isRtl,
required this.isBeta,
required this.isInstalled,
required this.totalStringCount,
required this.translatedStringCount,
required this.localStringCount,
required this.translationUrl,
});