ListTopicResponse constructor

ListTopicResponse({
  1. String? nextPageToken,
  2. List<Topic>? topic,
})

Implementation

ListTopicResponse({
  this.nextPageToken,
  this.topic,
});