RelationshipOccurrence constructor

RelationshipOccurrence({
  1. String? comment,
  2. String? source,
  3. String? target,
  4. String? type,
})

Implementation

RelationshipOccurrence({
  this.comment,
  this.source,
  this.target,
  this.type,
});