menu
kangpro_app_common package
documentation
features/chat/dto/response/chat_response_dto.dart
ChatResponseDto
ChatResponseDto.fromJson factory constructor
ChatResponseDto.fromJson factory constructor
dark_mode
light_mode
ChatResponseDto.fromJson
constructor
ChatResponseDto.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ChatResponseDto.fromJson(Map<String, dynamic> json) => _$ChatResponseDtoFromJson(json);
kangpro_app_common package
documentation
features/chat/dto/response/chat_response_dto
ChatResponseDto
ChatResponseDto.fromJson factory constructor
ChatResponseDto class