TerminalSemanticPromptState constructor
const
TerminalSemanticPromptState({
- required TerminalSemanticPromptContent content,
- int? lastCommandExitCode,
- String? aid,
- TerminalSemanticPromptKind? promptKind,
- TerminalSemanticPromptClickMode? clickMode,
- TerminalSemanticPromptRedraw? redraw,
- bool? specialKey,
- String? commandLine,
Implementation
const TerminalSemanticPromptState({
required this.content,
this.lastCommandExitCode,
this.aid,
this.promptKind,
this.clickMode,
this.redraw,
this.specialKey,
this.commandLine,
});