ThoughtData constructor
ThoughtData({})
Implementation
ThoughtData({
required this.thought,
required this.thoughtNumber,
required this.totalThoughts,
required this.nextThoughtNeeded,
this.isRevision,
this.revisesThought,
this.branchFromThought,
this.branchId,
this.needsMoreThoughts,
});