menu
archery
archery/core/template_engine.dart
SectionNode
SectionNode.new constructor
SectionNode.new
dark_mode
light_mode
SectionNode
constructor
SectionNode
(
String
name
,
List
<
Node
>
body
)
Creates a section named
name
.
Implementation
SectionNode(this.name, this.body);
archery
template_engine
SectionNode
SectionNode.new constructor
SectionNode class