addString method

void addString(
  1. String value
)

Implementation

void addString(String value) {
  _list.addAll(DC.stringToBytes(value));
}