V2TimTopicOperationResult.fromJson constructor
V2TimTopicOperationResult.fromJson(
- Map json
Implementation
V2TimTopicOperationResult.fromJson(Map json) {
json = Utils.formatJson(json);
errorCode = json['errorCode'];
errorMessage = json['errorMessage'];
topicID = json['topicID'];
}