SessionHookEntry constructor

const SessionHookEntry({
  1. required HookCommand hook,
  2. void onHookSuccess(
    1. HookCommand hook,
    2. AggregatedHookResult result
    )?,
})

Implementation

const SessionHookEntry({required this.hook, this.onHookSuccess});