EventLine constructor
const
EventLine({
- Key? key,
- required MeshElement? previous,
- required MeshElement message,
- required MeshElement? next,
- required RoomClient room,
- required String path,
- required bool showCompletedToolCalls,
- String? agentName,
- FutureOr<
void> openFile(- String path
- String? pendingItemId,
- String? threadStatus,
- DateTime? threadStatusStartedAt,
Implementation
const EventLine({
super.key,
required this.previous,
required this.message,
required this.next,
required this.room,
required this.path,
required this.showCompletedToolCalls,
this.agentName,
this.openFile,
this.pendingItemId,
this.threadStatus,
this.threadStatusStartedAt,
});