fromJson static method

CellHideChanged fromJson(
  1. String json
)

Implementation

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