menu
llm_dart package
documentation
core/capability.dart
RealtimeErrorEvent
RealtimeErrorEvent.new const constructor
RealtimeErrorEvent.new const constructor
dark_mode
light_mode
RealtimeErrorEvent
constructor
const
RealtimeErrorEvent
(
{
required
DateTime
timestamp
,
required
String
message
,
String
?
code
,
})
Implementation
const RealtimeErrorEvent({ required super.timestamp, required this.message, this.code, });
llm_dart package
documentation
core/capability
RealtimeErrorEvent
RealtimeErrorEvent.new const constructor
RealtimeErrorEvent class