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