SnapshotInvalidatedEvent constructor

const SnapshotInvalidatedEvent({
  1. required String agentId,
})

Creates the event.

Implementation

const SnapshotInvalidatedEvent({required this.agentId});