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