Flutter
convert
StringAccumulatorSink
string property
string
StringAccumulatorSink class
Constructors
StringAccumulatorSink
Properties
isClosed
string
hashCode
runtimeType
Methods
add
addSlice
clear
close
asStringSink
asUtf8Sink
noSuchMethod
toString
Operators
operator ==
string property
String
string
The string accumulated so far.
Implementation
String get string => _buffer.toString();