toJson method

String toJson()
inherited

Implementation

String toJson() {
  return CellRollRequestMapper.ensureInitialized()
      .encodeJson<CellRollRequest>(this as CellRollRequest);
}