V2TimTopicOperationResult constructor

V2TimTopicOperationResult(
  1. {int? errorCode,
  2. String? errorMessage,
  3. String? topicID}
)

Implementation

V2TimTopicOperationResult({
  this.errorCode,
  this.errorMessage,
  this.topicID,
});