LinkTag constructor

const LinkTag({
  1. String? title,
  2. String? rel,
  3. String? type,
  4. String? hreflang,
  5. String? href,
  6. String? media,
})

Implementation

const LinkTag({
  this.title,
  this.rel,
  this.type,
  this.hreflang,
  this.href,
  this.media,
});