toJson method

String toJson()

Implementation

String toJson() {
  return UpsertTextMapper.ensureInitialized()
      .encodeJson<UpsertText>(this as UpsertText);
}