prependSpace method

void prependSpace()

Adds a space to the begining of this node.

Implementation

void prependSpace() => prependSpaces(1);