dart / 1 / dart-convert / stringconversionsink / addslice.html

addSlice abstract method

void addSlice(String chunk, int start, int end, bool isLast)

Adds the next chunk to this.

Adds the substring defined by start and end-exclusive to this.

If isLast is true closes this.

Source

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