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