RelatedTarget constructor

const RelatedTarget(
  1. String type,
  2. String id,
  3. String relationship
)

Implementation

const RelatedTarget(this.type, this.id, this.relationship);