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