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