WatchResponse constructor

WatchResponse({
  1. String? expiration,
  2. String? historyId,
})

Implementation

WatchResponse({
  this.expiration,
  this.historyId,
});