desc method

Hook desc(
  1. String description
)
inherited

Set hook description

Implementation

Hook desc(String description) {
  this.description = description;
  return this;
}