Relationship constructor

Relationship(
  1. String id,
  2. String target
)

Implementation

Relationship(this.id, this.target);