Link constructor

Link(
  1. String type,
  2. String uri
)

Implementation

Link(super.type, this.uri);