ProcessedResume constructor
ProcessedResume({})
Implementation
ProcessedResume({
required this.messages,
this.fileHistorySnapshots,
this.contentReplacements,
this.agentName,
this.agentColor,
this.restoredAgentDef,
required this.initialState,
});