DeviceDetailsState constructor
Creates a DeviceDetailsState with the given values.
Implementation
DeviceDetailsState({
required this.allDevices,
required this.filteredDevices,
required this.isLoading,
required this.errorMessage,
required this.fromDate,
required this.tillDate,
required this.searchQuery,
});