address property
Hierarchical address for this signal. Assigned by
HierarchyOccurrence.buildAddresses to enable efficient navigation.
Format: ...occurrenceIndices, signalIndex
Implementation
OccurrenceAddress? get address => _address;
Sets the address. Only for use by HierarchyOccurrence.buildAddresses.
Implementation
@internal
set address(OccurrenceAddress? value) => _address = value;