toJson method

String toJson()

Implementation

String toJson() {
  return ShuffleCellRequestMapper.ensureInitialized()
      .encodeJson<ShuffleCellRequest>(this as ShuffleCellRequest);
}