ConnectionLogDTO.fromJson constructor

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

Implementation

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