DeviceResponseDto.fromJson constructor

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

Implementation

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