OktaEventHookDTO constructor

const OktaEventHookDTO({
  1. String? id,
  2. String? name,
  3. String? status,
  4. String? verificationStatus,
})

Implementation

const OktaEventHookDTO({
  this.id,
  this.name,
  this.status,
  this.verificationStatus,
});