StringSink class - dart:core library (original) (raw)
Implementers
Properties
The hash code for this object.
no setterinherited
A representation of the runtime type of the object.
no setterinherited
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
inherited
Writes the string representation of object
.
writeAll(Iterable objects, [String separator = ""])→ void
Writes the elements of objects
separated by separator
.
writeCharCode(int charCode)→ void
Writes a string containing the character with code point charCode
.
writeln([Object? object = ""])→ void
Writes the string representation of object
followed by a newline.
Operators
operator ==(Object other)→ bool
The equality operator.
inherited