ParsedUserInput constructor
const
ParsedUserInput({})
Implementation
const ParsedUserInput({
required this.rawInput,
required this.segments,
required this.mentionedFiles,
required this.mentionedUrls,
required this.isCommand,
this.commandName,
this.commandArgs,
required this.isEmpty,
required this.isMultiline,
required this.lineCount,
});