Relationship constructor
Relationship({
- List<
String> ? ids, - RelationshipType? type,
Implementation
Relationship({
this.ids,
this.type,
});
Relationship({
this.ids,
this.type,
});