name property

String? name

A human readable name for the node.

Implementation

String? get name => _properties['name'] as String?;