prev method
All links with rel
matching prev
.
IANA description: "Indicates that the link's context is a part of a series, and that the previous in the series is the link target".
OGC API Features: "This relation is only used in examples".
Optional type
and hreflang
params can specify links more precisely.
Implementation
Iterable<Link> prev({String? type, String? hreflang}) =>
byRel('prev', type: type, hreflang: hreflang);