IOSInsights constructor

const IOSInsights({
  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,
  36. bool? appStoreInstall,
  37. bool? fridaDetected,
  38. bool? jailbreak,
  39. int? statusCode,
})

Implementation

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