fromJson static method

BackgroundChanged fromJson(
  1. String json
)

Implementation

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