ChatResponseDto constructor
const
ChatResponseDto({
- required int id,
- required String chatRoomName,
- required bool isWithMyself,
- required ChatResponseDtoChatInterlocutor chatInterlocutor,
- required ChatResponseDtoLastChatMessage lastChatMessage,
- required ChatResponseDtoChatMessage chatMessage,
Implementation
const factory ChatResponseDto({
required int id,
required String chatRoomName,
required bool isWithMyself,
required ChatResponseDtoChatInterlocutor chatInterlocutor,
required ChatResponseDtoLastChatMessage lastChatMessage,
required ChatResponseDtoChatMessage chatMessage,
}) = _ChatResponseDto;