$toProtoString method

String $toProtoString()

Implementation

String $toProtoString() {
  if (this == null) return '';
  return toString();
}