AtomLink constructor

const AtomLink(
  1. String? href,
  2. String? rel,
  3. String? type,
  4. String? hreflang,
  5. String? title,
  6. int length,
)

Implementation

const AtomLink(
  this.href,
  this.rel,
  this.type,
  this.hreflang,
  this.title,
  this.length,
);