ChatResponseDtoLastChatMessage constructor
const
ChatResponseDtoLastChatMessage({})
Implementation
const factory ChatResponseDtoLastChatMessage({
required String content,
required String sendAt,
required bool isMine,
}) = _ChatResponseDtoLastChatMessage;