Hook constructor

Hook({
  1. int? id,
  2. String? name,
})

Implementation

Hook({
  this.id,
  this.name,
});