toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "text:$text";
  return res;
}