QueuedCommand constructor
const
QueuedCommand({
- required QueuedCommandValue value,
- required PromptInputMode mode,
- QueuePriority priority = QueuePriority.next,
- bool skipSlashCommands = false,
- bool isMeta = false,
- String? agentId,
- CommandOrigin? origin,
- Map<
int, PastedContent> ? pastedContents,
Implementation
const QueuedCommand({
required this.value,
required this.mode,
this.priority = QueuePriority.next,
this.skipSlashCommands = false,
this.isMeta = false,
this.agentId,
this.origin,
this.pastedContents,
});