V2TimTopicInfoResult constructor

V2TimTopicInfoResult(
  1. {int? errorCode,
  2. String? errorMessage,
  3. V2TimTopicInfo? topicInfo}
)

Implementation

V2TimTopicInfoResult({
  this.errorCode,
  this.errorMessage,
  this.topicInfo,
});