selected property

bool selected

Whether the node is selected in its parent node.

Implementation

bool get selected => _properties['selected'] as bool? ?? false;