menu
notion_api package
documentation
notion/blocks/bulleted_list_item.dart
BulletedListItem
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/bulleted_list_item
BulletedListItem
children property
BulletedListItem class