capturedOutput property

List<String> get capturedOutput

All lines appended to the section, oldest first.

Only populated when captureOutput is true; otherwise empty.

Implementation

List<String> get capturedOutput => List.unmodifiable(_captured);