appendSpace method

void appendSpace()

Adds a space to the end of this node.

Implementation

void appendSpace() => appendSpaces(1);