menu
notion_api package
documentation
utils/utils.dart
fieldIsList function
fieldIsList function
dark_mode
light_mode
fieldIsList
function
bool
fieldIsList
(
dynamic
field
)
Find if a json
field
is a List
Implementation
bool
fieldIsList(
dynamic
field) => field
is
List
;
notion_api package
documentation
utils/utils
fieldIsList function
utils library
Constants
all_str_property_types
blocks
colors
objects
properties
Properties
headingsTypes
Functions
blockTypeToString
colorTypeToString
extractPropertyType
fieldIsList
objectTypeToString
parentTypeToString
propertyTypeToString
stringToBlockType
stringToColorType
stringToObjectType
stringToParentType
stringToPropertyType