FleetMap constructor
- Key? key,
- required List<
Device> devices, - required FleetMapClient client,
Implementation
const FleetMap({
super.key,
required this.devices,
required this.client,
});
const FleetMap({
super.key,
required this.devices,
required this.client,
});