RealtimeToolCompletedEvent class

Implemented types
Available extensions
Annotations
  • @artifact

Constructors

RealtimeToolCompletedEvent({String type = RealtimeMessageType.toolCompleted, required String callId, required String name, required String executionTarget, bool success = true, String? error})
const

Properties

callId String
final
error String?
final
executionTarget String
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final
to → _a

Available on _z, provided by the $RealtimeToolCompletedEvent extension

no setter
type String
final

Methods

copyWith({_7? type, _15 resetType = _F, _7? callId, _7? name, _7? executionTarget, _15? success, _15 resetSuccess = _F, _7? error, _15 deleteError = _F}) → _z

Available on _z, provided by the $RealtimeToolCompletedEvent extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → _5

Available on _z, provided by the $RealtimeToolCompletedEvent extension

toString() String
A string representation of this object.
inherited

Operators

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