fromJson static method

CellSwitched fromJson(
  1. String json
)

Implementation

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