DocsFullInfoDto.fromJson constructor

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

Implementation

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