fromJson static method
- String json
Implementation
static BackgroundTranslation fromJson(String json) {
return ensureInitialized().decodeJson<BackgroundTranslation>(json);
}
static BackgroundTranslation fromJson(String json) {
return ensureInitialized().decodeJson<BackgroundTranslation>(json);
}