Link constructor

Link(
  1. String rel,
  2. String method,
  3. String href
)

Implementation

Link(this.rel, this.method, this.href);