writeStartBlock method

void writeStartBlock()

starts a code block or a class body, etc.

Implementation

void writeStartBlock() {
  write("{");
}