InternalLinkTypeProxy constructor
const
InternalLinkTypeProxy({})
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy
Implementation
const InternalLinkTypeProxy({
required this.server,
required this.port,
required this.type,
this.extra,
this.clientId,
});