service method
All links with rel
matching service
.
IANA description: "Indicates a URI that can be used to retrieve a service document".
Optional type
and hreflang
params can specify links more precisely.
Implementation
Iterable<Link> service({String? type, String? hreflang}) =>
byRel('service', type: type, hreflang: hreflang);