UpdateTopicRequest constructor

UpdateTopicRequest({
  1. Topic? topic,
  2. String? updateMask,
})

Implementation

UpdateTopicRequest({
  this.topic,
  this.updateMask,
});