OktaEventV3Body constructor

const OktaEventV3Body({
  1. String? eventType,
  2. String? eventTypeVersion,
  3. String? source,
  4. String? eventId,
  5. OktaEventDataV3? data,
  6. DateTime? eventTime,
  7. String? contentType,
})

Implementation

const OktaEventV3Body({
  this.eventType,
  this.eventTypeVersion,
  this.source,
  this.eventId,
  this.data,
  this.eventTime,
  this.contentType,
});