HookStartedEvent constructor

const HookStartedEvent({
  1. required String hookId,
  2. required String hookName,
  3. required String hookEvent,
})

Implementation

const HookStartedEvent({
  required this.hookId,
  required this.hookName,
  required this.hookEvent,
});