fromJson static method

BackgroundTranslation fromJson(
  1. String json
)

Implementation

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