EventRiskType constructor

EventRiskType({
  1. bool? compromisedCredentialsDetected,
  2. RiskDecisionType? riskDecision,
  3. RiskLevelType? riskLevel,
})

Implementation

EventRiskType({
  this.compromisedCredentialsDetected,
  this.riskDecision,
  this.riskLevel,
});