customJsonString method

String customJsonString()

Implementation

String customJsonString() {
  return "{\"id\":$id, \"message\":\"$message\", \"source\":\"$source\", \"date\":$date}";
}