RelatedToProperty constructor

RelatedToProperty(
  1. String uid, {
  2. RelationshipType? type,
})

Implementation

RelatedToProperty(
  String uid, {
  this.type,
}) : super("RELATED-TO", TextValue(uid));