hintSystem property

bool hintSystem

True if this device is considered a system device.

Implementation

bool get hintSystem =>
    _object.getBooleanProperty(_blockInterfaceName, 'HintSystem') ?? false;