WikiDataLinksRelation constructor
WikiDataLinksRelation(})
Implementation
WikiDataLinksRelation(
String fromNodeId,
String toNodeId,
this.wikiRelationId, {
this.wikiLabel,
this.description,
}) : super(
type: WikiDataRelationType.links.toString(),
properties: {
"wikiRelationId": wikiRelationId,
"wikiLabel": wikiLabel,
"description": description,
},
fromNodeId: fromNodeId,
toNodeId: toNodeId,
labelProperty: "wikiLabel",
);