rawLines property

BoundedQueueList<String> get rawLines
inherited

Raw stdout/stderr lines for the "Raw server output" tab.

Implementation

BoundedQueueList<String> get rawLines => BoundedQueueList(0);