text property
String
get
text
The text content of the contents.
Implementation
String get text =>
values.whereType<TextContent>().map((c) => c.text).join(' ');
The text content of the contents.
String get text =>
values.whereType<TextContent>().map((c) => c.text).join(' ');