channelMsgMap property

  1. @JsonKey(fromJson: _qChatMessageMapIntFromJson)
Map<int, QChatMessage>? channelMsgMap
final

查询到的消息map,key为channelId

Implementation

@JsonKey(fromJson: _qChatMessageMapIntFromJson)
final Map<int, QChatMessage>? channelMsgMap;