getConfidence method

int getConfidence(
  1. int value
)

Implementation

int getConfidence(int value) {
  return _values[value] ?? 0;
}