name property

String get name

Name of this device.

Implementation

String get name =>
    _object.getStringProperty(_deviceInterfaceName, 'Name') ?? '';