QChatSubscribeChannelResult class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatSubscribeChannelResult({required List<QChatUnreadInfo>? unreadInfoList, required List<QChatChannelIdInfo>? failedList})
QChatSubscribeChannelResult.fromJson(Map<String, dynamic> json)
factory

Properties

failedList List<QChatChannelIdInfo>?
订阅失败的频道id信息列表
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unreadInfoList List<QChatUnreadInfo>?
订阅成功后的未读信息列表
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited