ServiceTemplateVariable constructor
ServiceTemplateVariable({})
Implementation
ServiceTemplateVariable({
required this.name,
this.description,
this.obscure = false,
this.optional = false,
this.enumValues,
this.type,
this.annotations,
});