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