ThoughtData class

Constructors

ThoughtData({required String thought, required int thoughtNumber, required int totalThoughts, required bool nextThoughtNeeded, bool? isRevision, int? revisesThought, int? branchFromThought, String? branchId, bool? needsMoreThoughts})

Properties

branchFromThought int?
final
branchId String?
final
hashCode int
The hash code for this object.
no setterinherited
isRevision bool?
final
needsMoreThoughts bool?
final
nextThoughtNeeded bool
final
revisesThought int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thought String
final
thoughtNumber int
final
totalThoughts int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited