Link constructor

const Link(
  1. Uri href, {
  2. String? type,
  3. String? rel,
  4. Uri? anchor,
  5. String? sizes,
  6. List<String>? hreflang,
  7. Map<String, dynamic>? additionalFields,
})

Constructor.

Implementation

const Link(
  this.href, {
  this.type,
  this.rel,
  this.anchor,
  this.sizes,
  this.hreflang,
  this.additionalFields,
});