LinkMetadata constructor

const LinkMetadata({
  1. String? href,
  2. String? text,
  3. String? title,
  4. String? rel,
})

Implementation

const LinkMetadata({this.href, this.text, this.title, this.rel});