toJson method

String toJson()
inherited

Implementation

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