hintSymbolicIconName property

String hintSymbolicIconName

If not blank, the icon name to use when presenting the device using a symbolic icon.

Implementation

String get hintSymbolicIconName =>
    _object.getStringProperty(_blockInterfaceName, 'HintSymbolicIconName') ??
    '';