content property

String get content

Implementation

String get content => chunks.map((c) => c.content).join('\n\n');