valueString property

String get valueString

Returns the value converted into a String by treating the List<int> as a UTF-8 encoded string. This string value may, depending upon your application and the firmware running on the Bluetooth device, be further deserialized as a JSON or Protobuf object.

Implementation

String get valueString => utf8.decode(value);