ModelImageMessage constructor
ModelImageMessage({})
The constructor of the image message.
Implementation
ModelImageMessage({
required this.id,
required this.userId,
required this.sequence,
required this.displayDatetime,
required this.imageUrls,
this.forceNewBlock = false,
});