fromJson static method

CellRollRequest fromJson(
  1. String json
)

Implementation

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