DeviceTagsDTO.fromJson constructor

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

Implementation

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