Link constructor

Link(
  1. String href,
  2. bool templated
)

Implementation

Link(this.href, this.templated);