getValueSize method

dynamic getValueSize()

Implementation

getValueSize() {
  return values.length ~/ times.length;
}