toString method

  1. @override
String toString()
override

Returns a string representation of this characteristic in a format that contains all its properties and Service.

Implementation

@override
String toString() {
  return super.toString() +
      ' CharacteristicWithValue{value = ${value.toString()}';
}