BaseInsights constructor
const
BaseInsights({
- GPSLocation? gpsLocation,
- String? ip,
- IPLocation? ipLocation,
- IPSecurity? ipSecurity,
- String? ipType,
- String? os,
- bool? accessibilityEnabled,
- String? behaviouralRiskLevel,
- double? confidenceScore,
- int? createdAt,
- bool? debuggable,
- bool? developerMode,
- String? deviceRiskLevel,
- int? deviceRiskScore,
- int? deviceTrustScore,
- bool? emulator,
- String? factoryResetRisk,
- int? factoryResetTime,
- String? fingerprint,
- int? firstSeenDays,
- String? merchantId,
- bool? mitmAttackDetected,
- bool? mockgps,
- String? model,
- NetworkInformation? networkInformation,
- String? package,
- bool? remoteDesktop,
- String? requestId,
- List<
String> ? riskCauses, - String? riskLevel,
- int? riskScore,
- String? sessionId,
- int? timestamp,
- String? userId,
- 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,
});