MeshagentServicesPage constructor

MeshagentServicesPage({
  1. required List<ServiceSpec> services,
  2. required int total,
})

Implementation

MeshagentServicesPage({required this.services, required this.total});