jsonRepresentation method

String jsonRepresentation()

Implementation

String jsonRepresentation() {
  return convertToJsonString({
    'from': this.from.jsonRepresentation(),
    'to': this.to.jsonRepresentation()
  });
}