lines property
IndexAwareCircularBuffer<BufferLine>
get
lines
Lines of the active buffer.
Implementation
IndexAwareCircularBuffer<BufferLine> get lines => _buffer.lines;
Lines of the active buffer.
IndexAwareCircularBuffer<BufferLine> get lines => _buffer.lines;