menu
notion_api package
documentation
notion/blocks/block.dart
Block
jsonContent property
jsonContent property
dark_mode
light_mode
jsonContent
property
Map
<
String
,
dynamic
>
jsonContent
getter/setter pair
The json representation for the content of the block.
Implementation
Map<String, dynamic> jsonContent = {};
notion_api package
documentation
notion/blocks/block
Block
jsonContent property
Block class