toText method

String toText()

Projects this report as deterministic, line-oriented text.

Implementation

String toText() => toTextLines().join('\n');