HookExecuted constructor

HookExecuted({
  1. required Context context,
  2. required String command,
  3. required String name,
})

Implementation

HookExecuted({
  required this.context,
  required this.command,
  required this.name,
});