writeChars abstract method

void writeChars(
  1. List<int> chars,
  2. int start,
  3. int end
)

Writes the code points in chars[start..end) as literal text. The view is only valid for the duration of the call — do not retain it.

Implementation

void writeChars(List<int> chars, int start, int end);