name property

String? name
getter/setter pair

The node name or null if it has not been set or retrieved. Use setNodeName to set the name on the device itself or set this field directly to only set the name locally.

Implementation

String? name;