sensorTypeNumHex property

String sensorTypeNumHex

Implementation

String get sensorTypeNumHex =>
    '0x${sensorTypeNum.toRadixString(16).padLeft(2, '0').toUpperCase()}';