toLog method

String toLog()

Implementation

String toLog() {
  return 'result: $result\ndata:${_encoder.convert(data)}';
}