DevicePinDTO.fromJson constructor

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

Implementation

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