menu
archery
archery/core/template_engine.dart
IfNode
thenBranch property
thenBranch
dark_mode
light_mode
thenBranch
property
List
<
Node
>
thenBranch
final
Nodes rendered when
condition
is truthy.
Implementation
final List<Node> thenBranch;
archery
template_engine
IfNode
thenBranch property
IfNode class