OktaEventDataV3 constructor

const OktaEventDataV3({
  1. List<OktaEventV3>? events,
})

Implementation

const OktaEventDataV3({
  this.events,
});