Hook constructor

Hook(
  1. int priority,
  2. dynamic callback(
    1. dynamic
    )
)

Implementation

Hook(this.priority, this.callback);