PendingAsyncHook constructor
PendingAsyncHook({})
Implementation
PendingAsyncHook({
required this.processId,
required this.hookId,
required this.hookName,
required this.hookEvent,
this.toolName,
this.pluginId,
required this.startTime,
required this.timeout,
required this.command,
this.responseAttachmentSent = false,
});