StashEvictedEvent class final

A stashed KV state was dropped to enforce the stash byte cap; the agent re-prefills on its next turn.

Inheritance

Constructors

StashEvictedEvent({required String agentId, required int bytes})
Creates the event.
const

Properties

agentId → String
The agent whose stash was dropped.
final
bytes → int
Bytes freed.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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