menu
notion_api package
documentation
notion/blocks/paragraph.dart
Paragraph
content property
content property
dark_mode
light_mode
content
property
List
<
Text
>
get
content
The content of this block.
Implementation
List<Text> get content => _content.toList();
notion_api package
documentation
notion/blocks/paragraph
Paragraph
content property
Paragraph class