append method

void append(
  1. String ch
)

Appends a character to the entry.

Implementation

void append(String ch) => _value.write(ch);