InternalLinkTypeBackground constructor
The link is a link to a background. Call searchBackground with the given background name to process the link
Implementation
const InternalLinkTypeBackground({
required this.backgroundName,
this.extra,
this.clientId,
});