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