readonly property

bool readonly

Whether the node is read only.

Implementation

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