LinkInfo constructor

LinkInfo(
  1. String? url,
  2. String? requestedUrl,
  3. String? host,
  4. String? title,
  5. List<String>? images,
  6. String? description,
  7. String? section,
  8. String? type,
)

Implementation

LinkInfo(this.url, this.requestedUrl, this.host, this.title, this.images,
    this.description, this.section, this.type);