writeSpace method

void writeSpace()

Add a space to the buffer.

Implementation

void writeSpace() => write(' ');