id property

String id
final

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;