ServiceTemplateMetadata constructor
ServiceTemplateMetadata({})
Implementation
ServiceTemplateMetadata({required this.name, this.description, this.icon, this.repo, Map<String, String>? annotations})
: annotations = annotations ?? {};