WatchRequest constructor

WatchRequest({
  1. String? labelFilterAction,
  2. String? labelFilterBehavior,
  3. List<String>? labelIds,
  4. String? topicName,
})

Implementation

WatchRequest({
  this.labelFilterAction,
  this.labelFilterBehavior,
  this.labelIds,
  this.topicName,
});