QueryRequestDto.fromJson constructor

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

Implementation

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