hintIgnore property

bool hintIgnore

True if the device should be hidden from users.

Implementation

bool get hintIgnore =>
    _object.getBooleanProperty(_blockInterfaceName, 'HintIgnore') ?? false;