jsonRepresentation method

String jsonRepresentation()

Implementation

String jsonRepresentation() {
  return convertToJsonString({
    'notification': this.notification.jsonRepresentation(),
    'result': this.result.jsonRepresentation()
  });
}