ServiceInfoCard constructor

const ServiceInfoCard({
  1. Key? key,
  2. required ServiceTemplateSpec manifest,
})

Implementation

const ServiceInfoCard({super.key, required this.manifest});