contentString property

String contentString

Implementation

String get contentString => entries.map((line) => line.content).join('\n');