Hook constructor

Hook({
  1. String? createTime,
  2. bool? disabled,
  3. List<String>? events,
  4. String? name,
  5. PushOption? pushOption,
  6. String? sensitiveQueryString,
  7. String? targetUri,
  8. String? uid,
  9. String? updateTime,
})

Implementation

Hook({
  this.createTime,
  this.disabled,
  this.events,
  this.name,
  this.pushOption,
  this.sensitiveQueryString,
  this.targetUri,
  this.uid,
  this.updateTime,
});