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