int maxChars

Source

int get maxChars => _maxChars;
void maxChars=(int value)

Source

set maxChars(int value) {
  _maxChars = value;
}