append method

void append(
  1. String text
)

Implementation

void append(String text) => _buffer.write(text);