DeviceCountLogDTO.fromJson constructor

DeviceCountLogDTO.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DeviceCountLogDTO.fromJson(Map<String, dynamic> json) =>
    _$DeviceCountLogDTOFromJson(json);