TemplateModel constructor
Implementation
TemplateModel({
required this.id,
required this.name,
required this.description,
required this.category,
required this.nodes,
});
TemplateModel({
required this.id,
required this.name,
required this.description,
required this.category,
required this.nodes,
});