Watch constructor

Watch({
  1. String? createTime,
  2. String? errorType,
  3. String? eventType,
  4. String? expireTime,
  5. String? id,
  6. String? state,
  7. WatchTarget? target,
})

Implementation

Watch({
  this.createTime,
  this.errorType,
  this.eventType,
  this.expireTime,
  this.id,
  this.state,
  this.target,
});