backendNodeId property
int
get
backendNodeId
The BackendNodeId for this node. Unique DOM node identifier used to reference a node that may not have been pushed to the front-end. Use native pointer address when available.
Implementation
int get backendNodeId => referencedNode.pointer?.address ?? 0;