text property

String get text

Implementation

String get text =>
    values.whereType<TextContent>().map((c) => c.text).join(' ');