operator []= method

void operator []=(
  1. int index,
  2. String char
)

Implementation

void operator []=(int index, String char) => setCharAt(index, char);