internalLinkTypeUnsupportedProxy property
The link is a link to an unsupported proxy. An alert can be shown to the user
Implementation
InternalLinkTypeUnsupportedProxy? get internalLinkTypeUnsupportedProxy {
if (this is InternalLinkTypeUnsupportedProxy) {
return this as InternalLinkTypeUnsupportedProxy;
}
return null;
}