FleetList constructor
- Key? key,
- required List<
Device> devices, - RefreshCallback onRefresh = Future.value,
- CurrentDateTimeUseCase? currentDate,
Implementation
const FleetList({
super.key,
required this.devices,
this.onRefresh = Future.value,
this.currentDate,
});