PostToolUseInput constructor
const
PostToolUseInput({})
Implementation
const PostToolUseInput({
required super.timestamp,
required super.cwd,
required this.toolName,
this.toolArgs,
this.toolResult,
});
const PostToolUseInput({
required super.timestamp,
required super.cwd,
required this.toolName,
this.toolArgs,
this.toolResult,
});