failedList property

  1. @JsonKey(fromJson: _qChatChannelIdInfoListFromJson)
List<QChatChannelIdInfo>? failedList
getter/setter pair

订阅失败的频道id信息列表

Implementation

@JsonKey(fromJson: _qChatChannelIdInfoListFromJson)
List<QChatChannelIdInfo>? failedList;