InProgressDeviceDTO.fromJson constructor

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

Implementation

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