append method

void append(
  1. Object text
)

Allows to append

Implementation

void append(Object text) => _content.write(text);