typeDescription property

String typeDescription

A human readable description of this device.

Implementation

String get typeDescription =>
    _object.getStringProperty(
        _genericDeviceInterfaceName, 'TypeDescription') ??
    '';