maxScrollback property

int get maxScrollback

Implementation

int get maxScrollback {
  _ensureOpen();
  return _maxScrollback;
}