StashEvictedEvent constructor

const StashEvictedEvent({
  1. required String agentId,
  2. required int bytes,
})

Creates the event.

Implementation

const StashEvictedEvent({required this.agentId, required this.bytes});