channels property Null safety

List<QChatChannel>? channels
@JsonKey(fromJson: _qChatChannelListFromJson), final

查询到的频道

Implementation

@JsonKey(fromJson: _qChatChannelListFromJson)
final List<QChatChannel>? channels;