maxLines property

int get maxLines

Give the maximum number of lines this buffer can hold

Implementation

int get maxLines => _store.length;