ServiceTemplateVariable constructor

ServiceTemplateVariable({
  1. required String name,
  2. String? description,
  3. bool obscure = false,
  4. bool optional = false,
  5. List<String>? enumValues,
})

Implementation

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