id property

String id
inherited

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]}";