RelationShip constructor Null safety

RelationShip(
  1. String id,
  2. String type,
  3. String related
)

Implementation

RelationShip(this.id, this.type, this.related);