link abstract method

Future<Link> link()

Returns the link from which the resource was retrieved.

It might be modified by the Resource to include additional metadata, e.g. the Content-Type HTTP header in Link.type.

Implementation

Future<Link> link();