V2TimTopicInfo constructor
V2TimTopicInfo(- {String? topicID,
- String? topicName,
- String? topicFaceUrl,
- String? introduction,
- String? notification,
- bool? isAllMute,
- int? selfMuteTime,
- String? customString,
- String? draftText,
- int? unreadCount,
- V2TimMessage? lastMessage,
- List<V2TimGroupAtInfo>? groupAtInfoList,
- int? defaultPermissions}
)
Implementation
V2TimTopicInfo({
this.topicID,
this.topicName,
this.topicFaceUrl,
this.introduction,
this.notification,
this.isAllMute,
this.selfMuteTime,
this.customString,
this.draftText,
this.unreadCount,
this.lastMessage,
this.groupAtInfoList,
this.defaultPermissions,
});