TemplateDto constructor
TemplateDto({})
Returns a new TemplateDto instance.
Implementation
TemplateDto({
required this.id,
required this.name,
this.variables = const [],
required this.content,
required this.createdAt,
});