led property

bool get led

Indicates whether LED feedback is enabled.

When true, the scanner will emit a light (LED) as a form of feedback when executing commands. Default value is true.

Implementation

bool get led => _led;