getWithHref method

Resource getWithHref(
  1. String href
)

Returns the Resource at the given href.

Implementation

Resource getWithHref(String href) => get(Link(href: href));