getCC method

Picker? getCC()
inherited

Gets the current compute.

Implementation

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