OktaEventDataV2 constructor

const OktaEventDataV2({
  1. List<OktaEventV2>? events,
})

Implementation

const OktaEventDataV2({
  this.events,
});