add method

void add(
  1. String value
)

Implementation

void add(String value) {
  _text += value;
}