menu
neomage package
documentation
utils/format/format_utils.dart
TreeNode typedef
TreeNode typedef
dark_mode
light_mode
TreeNode
typedef
TreeNode
=
Map
<
String
,
dynamic
>
A tree node can contain nested maps or string leaves.
Implementation
typedef TreeNode = Map<String, dynamic>;
neomage package
documentation
utils/format/format_utils
TreeNode typedef
format_utils library