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