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