channelMsgMap property Null safety

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

查询到的消息map,key为channelId

Implementation

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