Delegate ID to stored address or hierarchy node path.
String get id => _id ?? occurrence.path();
Sets the address-based ID (used by _makeNode in the netlist adapter).
_makeNode
set id(String value) => _id = value;