bug fixes 2

This commit is contained in:
mohammad
2024-09-23 14:37:07 +03:00
parent 62e80c89a2
commit 429009aefa
11 changed files with 863 additions and 661 deletions

View File

@ -1,7 +1,7 @@
class DeviceReport {
final String? deviceUuid;
final String? startTime;
final String? endTime;
final dynamic deviceUuid;
final dynamic startTime;
final dynamic endTime;
final List<DeviceEvent>? data;
DeviceReport({