jsonRepresentation method

String jsonRepresentation()

Implementation

String jsonRepresentation() {
  return convertToJsonString({
    'click_name': this.clickName,
    'click_url': this.clickUrl,
    'first_click': this.firstClick,
    'closes_message': this.closesMessage,
  });
}