Link.raw constructor
const
Link.raw({})
Creates a const Link descriptor without dynamic event bindings.
Implementation
const Link.raw({
super.text,
super.className,
super.style,
super.attrs,
super.on,
super.children = const [],
this.prefetch = PrefetchMode.off,
}) : super('a');