append method

void append(
  1. Object text
)
inherited

Allows to append

Implementation

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