categories property

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

查询到的频道分组列表

Implementation

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