getCC method

Picker? getCC()

Gets the current compute.

Implementation

Picker? getCC() {
  return computes[currentIndexCompute++];
}