LanguagePackInfo constructor
LanguagePackInfo({
- String? extra,
- int? client_id,
- string? id,
- string? base_language_pack_id,
- string? name,
- string? native_name,
- string? plural_code,
- Bool? is_official,
- Bool? is_rtl,
- Bool? is_beta,
- Bool? is_installed,
- int32? total_string_count,
- int32? translated_string_count,
- int32? local_string_count,
- string? translation_url,
Implementation
LanguagePackInfo({
super.extra,
super.client_id,
this.id,
this.base_language_pack_id,
this.name,
this.native_name,
this.plural_code,
this.is_official,
this.is_rtl,
this.is_beta,
this.is_installed,
this.total_string_count,
this.translated_string_count,
this.local_string_count,
this.translation_url,
});