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