IntelligenceResponse constructor

IntelligenceResponse({
  1. required String requestId,
  2. bool? newDevice,
  3. String? deviceId,
  4. bool? vpn,
  5. bool? proxy,
  6. bool? emulator,
  7. bool? remoteAppProviders,
  8. bool? mirroredScreen,
  9. bool? cloned,
  10. bool? geoSpoofed,
  11. bool? rooted,
  12. String? riskScore,
  13. String? ip,
  14. String? ipLocationCity,
  15. String? ipLocationRegion,
  16. String? ipLocationCountry,
  17. String? ipLocationLatitude,
  18. String? ipLocationLongitude,
  19. String? ipRiskScore,
  20. bool? hooking,
  21. bool? factoryReset,
  22. bool? appTampering,
  23. GPSLocationData? gpsLocation,
  24. double? sessionRiskScore,
})

Implementation

IntelligenceResponse({
  required this.requestId,
  this.newDevice,
  this.deviceId,
  this.vpn,
  this.proxy,
  this.emulator,
  this.remoteAppProviders,
  this.mirroredScreen,
  this.cloned,
  this.geoSpoofed,
  this.rooted,
  this.riskScore,
  this.ip,
  this.ipLocationCity,
  this.ipLocationRegion,
  this.ipLocationCountry,
  this.ipLocationLatitude,
  this.ipLocationLongitude,
  this.ipRiskScore,
  this.hooking,
  this.factoryReset,
  this.appTampering,
  this.gpsLocation,
  this.sessionRiskScore,
});