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