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