EventRequest constructor

const EventRequest({
  1. String? id,
  2. String? idempotencyKey,
})

Information on the API request that triggers the event.

Implementation

const EventRequest({
  this.id,
  this.idempotencyKey,
});