menu
llama_cpp_flutter package
documentation
orchestration.dart
StashEvictedEvent
StashEvictedEvent.new const constructor
StashEvictedEvent.new const constructor
dark_mode
light_mode
StashEvictedEvent
constructor
const
StashEvictedEvent
(
{
required
String
agentId
,
required
int
bytes
,
})
Creates the event.
Implementation
const StashEvictedEvent({required this.agentId, required this.bytes});
llama_cpp_flutter package
documentation
orchestration
StashEvictedEvent
StashEvictedEvent.new const constructor
StashEvictedEvent class