linkWithRel method

Link? linkWithRel(
  1. String rel
)

Finds the first Link having the given rel in the publications's links.

Implementation

Link? linkWithRel(String rel) => _manifest.linkWithRel(rel);