categories property Null safety

List<QChatChannelCategory>? categories
@JsonKey(fromJson: _qChatChannelCategoryFromJson), final

查询到的频道分组列表

Implementation

@JsonKey(fromJson: _qChatChannelCategoryFromJson)
final List<QChatChannelCategory>? categories;