internalLinkTypeLanguagePack property
The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link
Implementation
InternalLinkTypeLanguagePack? get internalLinkTypeLanguagePack {
if (this is InternalLinkTypeLanguagePack) {
return this as InternalLinkTypeLanguagePack;
}
return null;
}