jsonRepresentation method

String jsonRepresentation()

Implementation

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