id property
Unique identifier for this node.
Format depends on node type:
- Widget classes: 'widgetClass:{key}'
- Global files: 'global:{type}' (e.g., 'global:routing')
- App state vars: 'appStateVar:{key}'
Implementation
final String id;
Unique identifier for this node.
Format depends on node type:
final String id;