DeviceDetailsDTO.fromJson constructor

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

Implementation

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