Relationships constructor Null safety

Relationships(
  1. String id,
  2. String type
)

Implementation

Relationships(this.id, this.type);