markAsRead property Null safety
final
Determines whether to mark the message as read for the sender. If set to false, then the sender's unread_count and read_receipt remain unchanged after the message is sent. (Default: true)
Implementation
final bool markAsRead;