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