outText property
String
get
outText
Join the out lines for a quick string access.
Implementation
String get outText => outLines.join('\n');
Join the out lines for a quick string access.
String get outText => outLines.join('\n');