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