isDeleted property Null safety
@JsonKey(defaultValue: false), final
Check whether the message is marked as deleted Deleted messages will be filtered out when getting the local message list, and only the interface that gets messages based on messageId may return deleted messages. In chat room messages, this field is invalid.
Implementation
@JsonKey(defaultValue: false)
final bool isDeleted;