toLogString method

String toLogString()

Implementation

String toLogString() {
  var res = "|title:$title|desc:$desc|ext:$ext";
  return res;
}