content property

String get content

The rendered frame reassembled line-by-line.

Implementation

String get content => lines.map((line) => line.rendered).join('\n');