allOutput property
String
get
allOutput
All output as a single string.
Implementation
String get allOutput => _buffer.toString();
All output as a single string.
String get allOutput => _buffer.toString();