toJson method

String toJson()

Implementation

String toJson() {
  return BackgroundTranslationMapper.ensureInitialized()
      .encodeJson<BackgroundTranslation>(this as BackgroundTranslation);
}