MeSHDataBlankNode constructor
Implementation
MeSHDataBlankNode({
required String uuid,
required this.value,
}) : super(
uuid: uuid,
meSHDataNodeType: MeSHDataNodeType.blank,
properties: {
"uuid": uuid,
"value": value,
},
labelProperty: "value",
urlProperty: null,
);