MeSHDataLinksRelation constructor
Implementation
MeSHDataLinksRelation(
String fromNodeId,
String toNodeId,
this.iri,
) : super(
type: MeSHDataRelationType.links.toString(),
properties: {"iri": iri},
fromNodeId: fromNodeId,
toNodeId: toNodeId,
labelProperty: "iri",
);