NotificationEventRequest constructor

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

NotificationEventRequest

Implementation

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