id property

String get id

Delegate ID to stored address or hierarchy node path.

Implementation

String get id => _id ?? occurrence.path();
set id (String value)

Sets the address-based ID (used by _makeNode in the netlist adapter).

Implementation

set id(String value) => _id = value;