toString method
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()}';
}