getStringOutput method

String getStringOutput()

Calls getOutput and joins the returned list using the newline character ('\n').

Implementation

String getStringOutput() => getOutput().join('\n');