BashToolInput constructor
const
BashToolInput({})
Implementation
const BashToolInput({
required this.command,
this.timeoutMs,
this.description,
this.runInBackground = false,
this.dangerouslyDisableSandbox = false,
});