valueAt method

DigitString valueAt(
  1. int index
)

Implementation

DigitString valueAt(int index) {
  return DigitString._(value[index]);
}