Message constructor
const
Message({})
Implementation
const Message({
required this.isMe,
this.id,
this.text,
this.imgUrl,
this.videoUrl,
this.audioUrl,
this.type,
this.timestamp,
});
const Message({
required this.isMe,
this.id,
this.text,
this.imgUrl,
this.videoUrl,
this.audioUrl,
this.type,
this.timestamp,
});