Метод addSlice абстрактного класса
void addSlice(Добавляет следующий chunk к this.
Добавляет подстроку, определённую start и end (исключая end) к this.
Если isLast является true, закрывает this.
Исходный код
void addSlice(String chunk, int start, int end, bool isLast);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-convert/StringConversionSink/addSlice.html