Link constructor

Link(
  1. String association, {
  2. DirObject? target,
})

Creates a new Link with the association and an optional target.

Implementation

Link(this.association, {this.target});