id property
Identifier of this Node. It's a combination of Node type and its unique property, concatenated by a dash.
Implementation
String get id => "$type-${properties[uniqueProperty]}";
Identifier of this Node. It's a combination of Node type and its unique property, concatenated by a dash.
String get id => "$type-${properties[uniqueProperty]}";