writeWhitespace method

void writeWhitespace()

Shortcut to add a single space to the buffer because it's used very often.

Implementation

void writeWhitespace() => buffer.write(' ');