LanguagePackInfo constructor
const
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,
- dynamic extra,
- int? clientId,
Contains information about a language pack
Implementation
const 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,
this.extra,
this.clientId,
});