toJson method

String toJson()

Implementation

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