StringSink class - dart:core library (original) (raw)

Implementers

Properties

hashCodeint

The hash code for this object.

no setterinherited

runtimeTypeType

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

toString()→ String

A string representation of this object.

inherited

write(Object? object)→ void

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