menu
balbismo
node.dart
TypeCast
child property
child
dark_mode
light_mode
child
property
Node
<
dynamic
,
LangVal
<
LangType
>
>
get
child
Implementation
Node<dynamic, LangVal> get child => children[0] as Node<dynamic, LangVal>;
balbismo
node
TypeCast
child property
TypeCast class