capturedOutput property
All lines appended to the section, oldest first.
Only populated when captureOutput is true; otherwise empty.
Implementation
List<String> get capturedOutput => List.unmodifiable(_captured);
All lines appended to the section, oldest first.
Only populated when captureOutput is true; otherwise empty.
List<String> get capturedOutput => List.unmodifiable(_captured);