DeviceDTO.fromJson constructor

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

Implementation

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