ImPacket constructor
ImPacket is the chat message packet
This packet is part of the packet sent between Layrz services to stream AI conversations
Implementation
ImPacket({
required this.timestamp,
required this.chatId,
required this.message,
});