SectionPbx constructor
SectionPbx({
- required String name,
- List<
NamedComponent> children = const [],
Implementation
SectionPbx({
required this.name,
super.children,
}) : super(uuid: name, comment: name);