setCharacters method

void setCharacters(
  1. String value
)

Implementation

void setCharacters(String value) {
  onNotifyWithCallback(() => characters = value);
}