describedBy method
All links with rel
matching describedBy
.
IANA description: "Refers to a resource providing information about the link's context".
OGC API - Common Part 1 (Core): "Links to external resources that further describe the subject resource".
Optional type
and hreflang
params can specify links more precisely.
Implementation
Iterable<Link> describedBy({String? type, String? hreflang}) =>
byRel('describedBy', type: type, hreflang: hreflang);