DeviceMigrationLogDTO.fromJson constructor

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

Implementation

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