maxLines property
int
get
maxLines
Give the maximum number of lines this buffer can hold
Implementation
int get maxLines => _store.length;
Give the maximum number of lines this buffer can hold
int get maxLines => _store.length;