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