Link.preload constructor
- required String href,
- required PreloadType as,
Implementation
Link.preload({
required this.href,
required PreloadType as,
}) : rel = "preload",
super(
args: {
"as": as.name,
},
children: [],
);