Primitive string writer.
void writeString(String str, [bool indefinite = false]) { _writeString(str, indefinite); _builderHookImpl(true, str); }