consoleOutput property

List<String> get consoleOutput

Console output buffer for bytecode mode

Implementation

List<String> get consoleOutput => _vm?.takeConsoleOutput() ?? [];