BaseInsights constructor

const BaseInsights({
  1. GPSLocation? gpsLocation,
  2. String? ip,
  3. IPLocation? ipLocation,
  4. IPSecurity? ipSecurity,
  5. String? ipType,
  6. String? os,
  7. bool? accessibilityEnabled,
  8. String? behaviouralRiskLevel,
  9. double? confidenceScore,
  10. int? createdAt,
  11. bool? debuggable,
  12. bool? developerMode,
  13. String? deviceRiskLevel,
  14. int? deviceRiskScore,
  15. int? deviceTrustScore,
  16. bool? emulator,
  17. String? factoryResetRisk,
  18. int? factoryResetTime,
  19. String? fingerprint,
  20. int? firstSeenDays,
  21. String? merchantId,
  22. bool? mitmAttackDetected,
  23. bool? mockgps,
  24. String? model,
  25. NetworkInformation? networkInformation,
  26. String? package,
  27. bool? remoteDesktop,
  28. String? requestId,
  29. List<String>? riskCauses,
  30. String? riskLevel,
  31. int? riskScore,
  32. String? sessionId,
  33. int? timestamp,
  34. String? userId,
  35. bool? voiceCallDetected,
})

Implementation

const BaseInsights({
  this.gpsLocation,
  this.ip,
  this.ipLocation,
  this.ipSecurity,
  this.ipType,
  this.os,
  this.accessibilityEnabled,
  this.behaviouralRiskLevel,
  this.confidenceScore,
  this.createdAt,
  this.debuggable,
  this.developerMode,
  this.deviceRiskLevel,
  this.deviceRiskScore,
  this.deviceTrustScore,
  this.emulator,
  this.factoryResetRisk,
  this.factoryResetTime,
  this.fingerprint,
  this.firstSeenDays,
  this.merchantId,
  this.mitmAttackDetected,
  this.mockgps,
  this.model,
  this.networkInformation,
  this.package,
  this.remoteDesktop,
  this.requestId,
  this.riskCauses,
  this.riskLevel,
  this.riskScore,
  this.sessionId,
  this.timestamp,
  this.userId,
  this.voiceCallDetected,
});