TemplateNodeModel constructor
Implementation
TemplateNodeModel({
required this.id,
required this.type,
this.parentId,
required this.name,
required this.properties,
});
TemplateNodeModel({
required this.id,
required this.type,
this.parentId,
required this.name,
required this.properties,
});