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