Link constructor
const
Link({})
Link with href
. Optional: rel
, type
, hreflang
, title
, length
.
Implementation
const Link({
required this.href,
this.rel,
this.type,
this.hreflang,
this.title,
this.length,
});