TemplateVariable constructor
TemplateVariable({
- required TemplateVariableType type,
- required String name,
- bool? required,
- dynamic defaultValue,
Implementation
TemplateVariable({
required this.type,
required this.name,
this.required,
this.defaultValue,
});