menu
neomage package
documentation
utils/hooks/hook_manager.dart
HookStartedEvent
HookStartedEvent.new const constructor
HookStartedEvent.new const constructor
dark_mode
light_mode
HookStartedEvent
constructor
const
HookStartedEvent
(
{
required
String
hookId
,
required
String
hookName
,
required
String
hookEvent
,
})
Implementation
const HookStartedEvent({ required this.hookId, required this.hookName, required this.hookEvent, });
neomage package
documentation
utils/hooks/hook_manager
HookStartedEvent
HookStartedEvent.new const constructor
HookStartedEvent class