V2TimTopicInfoResult constructor
- {int? errorCode,
- String? errorMessage,
- V2TimTopicInfo? topicInfo}
Implementation
V2TimTopicInfoResult({
this.errorCode,
this.errorMessage,
this.topicInfo,
});
V2TimTopicInfoResult({
this.errorCode,
this.errorMessage,
this.topicInfo,
});