channel property Null safety

QChatChannel? channel
@JsonKey(fromJson: qChatChannelFromJson), read / write

频道信息

Implementation

@JsonKey(fromJson: qChatChannelFromJson)
QChatChannel? channel;