MapPbx constructor
MapPbx({
- List<
NamedComponent> children = const [], - required String uuid,
- String? comment,
- bool isInline = false,
Implementation
MapPbx({
super.children,
required super.uuid,
super.comment,
this.isInline = false,
});