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