languagePackStringValueDeleted property
A deleted language pack string, the value must be taken from the built-in English language pack
Implementation
LanguagePackStringValueDeleted? get languagePackStringValueDeleted {
if (this is LanguagePackStringValueDeleted) {
return this as LanguagePackStringValueDeleted;
}
return null;
}