Relationship constructor

Relationship({
  1. List<String>? ids,
  2. RelationshipType? type,
})

Implementation

Relationship({
  this.ids,
  this.type,
});