BackendNodeId extension type

Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.

on

Constructors

BackendNodeId(int value)
BackendNodeId.fromJson(int value)
factory

Properties

value int
final

Methods

toJson() int