DeepLinkTarget constructor
const
DeepLinkTarget({})
Creates a DeepLinkTarget.
Implementation
const DeepLinkTarget({
required this.path,
required this.registered,
required this.target,
required this.queryParameters,
});