ReasoningEndEvent class final

Event indicating the end of a reasoning phase.

Inheritance

Constructors

ReasoningEndEvent({required String messageId, int? timestamp, dynamic rawEvent})
const
ReasoningEndEvent.fromJson(Map<String, dynamic> json)
factory

Properties

eventType EventType
finalinherited
hashCode int
The hash code for this object.
no setterinherited
messageId String
final
rawEvent → dynamic
The original wire-format payload, preserved verbatim for proxy scenarios. Typed dynamic because the protocol does not constrain the shape (TS: z.unknown(), Python: Any). No validation is performed; the raw value flows through unchanged via every factory (which reads both rawEvent and raw_event via the private _readRawEvent helper, with camelCase precedence) and is re-emitted as-is from toJson when non-null.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int?
finalinherited
type String
The type discriminator field value.
no setterinherited

Methods

copyWith({String? messageId, int? timestamp, dynamic rawEvent}) ReasoningEndEvent
Creates a copy of this model with optional field updates. Subclasses should override this with their specific type.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this model to a JSON map.
override
toJsonString() String
Converts this model to a JSON string.
inherited
toString() String
A string representation of this object.
inherited

Operators

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